[Language] Autoload language helper and language files

This commit is contained in:
Andreas
2023-05-14 13:36:20 +02:00
parent b52449da3c
commit 2e00519c8d
2 changed files with 12 additions and 7 deletions

View File

@@ -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');
}