Load eqsl/lotw lang stuff for details view

This commit is contained in:
phl0 2022-02-15 22:35:17 +01:00
parent 63b73c9778
commit f234ae5bbb
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A

View File

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