show flashdata if no station has eqsl nick
这个提交包含在:
父节点
c4df1467fc
当前提交
0ab0df76f3
共有 1 个文件被更改,包括 1 次插入 和 2 次删除
|
|
@ -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');
|
||||
|
|
|
|||
正在加载…
在新工单中引用