diff --git a/application/controllers/Eqsl.php b/application/controllers/Eqsl.php index b18cf0b8..e0458ca9 100644 --- a/application/controllers/Eqsl.php +++ b/application/controllers/Eqsl.php @@ -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;