show flashdata if no station has eqsl nick

这个提交包含在:
HB9HIL 2024-02-03 00:42:51 +01:00 提交者 Christoph Kottke
父节点 c4df1467fc
当前提交 0ab0df76f3

查看文件

@ -128,8 +128,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');