diff --git a/application/core/EA_Controller.php b/application/core/EA_Controller.php index 0614971e..7c8c1921 100644 --- a/application/core/EA_Controller.php +++ b/application/core/EA_Controller.php @@ -69,13 +69,13 @@ class EA_Controller extends CI_Controller { } /** - * Configure the language + * Configure the language. */ private function configure_language() { if ($this->session->has_userdata('language')) { - $this->config->set_item('language'); + $this->config->set_item('language', $this->session->userdata('language')); } $this->lang->load('translations');