diff --git a/application/controllers/Awards.php b/application/controllers/Awards.php index 5c7d0d82..b3b1200a 100644 --- a/application/controllers/Awards.php +++ b/application/controllers/Awards.php @@ -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()