mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
BugFix: Initializes $error before using it
This commit is contained in:
parent
e271bfeb93
commit
eaf9e9775e
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue