mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 10:08:38 +00:00
Load eqsl/lotw lang stuff for details view
This commit is contained in:
parent
63b73c9778
commit
f234ae5bbb
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user