Merge pull request #84 from HB9HIL/eqsl_html

This commit is contained in:
HB9HIL
2024-02-03 07:37:13 +01:00
committed by GitHub

View File

@@ -129,8 +129,7 @@ class eqsl extends CI_Controller {
// Check if eQSL Nicknames have been defined
$this->load->model('stations');
if($this->stations->are_eqsl_nicks_defined() == 0) {
show_error('eQSL Nicknames in Station Profiles arent defined');
exit;
$this->session->set_flashdata('error', 'eQSL Nicknames in Station Profiles aren\'t defined!');
}
ini_set('memory_limit', '-1');