Load eqsl/lotw lang stuff for details view
这个提交包含在:
父节点
63b73c9778
当前提交
f234ae5bbb
共有 1 个文件被更改,包括 4 次插入 和 0 次删除
|
|
@ -14,6 +14,10 @@ class Awards extends CI_Controller {
|
|||
|
||||
$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'); }
|
||||
$this->lang->load(array(
|
||||
'lotw',
|
||||
'eqsl'
|
||||
));
|
||||
}
|
||||
|
||||
public function index()
|
||||
|
|
|
|||
正在加载…
在新工单中引用