Merge pull request #2307 from int2001/eqsl_error_init
BugFix: Initializes $errors before using it
这个提交包含在:
		
						当前提交
						b345cfe6ce
					
				
					共有  1 个文件被更改,包括 1 次插入 和 0 次删除
				
			
		| 
						 | 
				
			
			@ -630,6 +630,7 @@ class eqsl extends CI_Controller {
 | 
			
		|||
		// Check logged in
 | 
			
		||||
		$this->load->model('user_model');
 | 
			
		||||
		if(!$this->user_model->authorize(2)) { $this->session->set_flashdata('notice', 'You\'re not allowed to do that!'); redirect('dashboard'); }
 | 
			
		||||
		$errors=0;
 | 
			
		||||
 | 
			
		||||
		if ($this->input->post('eqsldownload') == 'download') {
 | 
			
		||||
			$i = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		正在加载…
	
		在新工单中引用