Load eqsl/lotw lang stuff for details view

这个提交包含在:
phl0 2022-02-15 22:35:17 +01:00
父节点 63b73c9778
当前提交 f234ae5bbb
找不到此签名对应的密钥
GPG 密钥 ID: 48EA1E640798CA9A

查看文件

@ -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()