Merge pull request #2307 from int2001/eqsl_error_init

BugFix: Initializes $errors before using it
pull/2309/head
Peter Goodhall 2023-07-18 15:38:35 +01:00 zatwierdzone przez GitHub
commit b345cfe6ce
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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;