mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Language] Autoload language helper and language files
This commit is contained in:
@@ -85,10 +85,6 @@ class CI_Controller {
|
||||
$this->load =& load_class('Loader', 'core');
|
||||
$this->load->initialize();
|
||||
|
||||
$this->lang->load(array(
|
||||
'menu'
|
||||
));
|
||||
|
||||
log_message('info', 'Controller Class Initialized');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user