- Removed load->helper->('message') from the remaining libraries

- Removed AuthLib from the autoload config file
This commit is contained in:
Paolo
2018-06-27 11:35:58 +02:00
parent d4e6027c7c
commit 2f0048c0c3
4 changed files with 10 additions and 17 deletions
-3
View File
@@ -33,9 +33,6 @@ class CallerLib
// Gets CI instance
$this->ci =& get_instance();
// Loads helper message to manage returning messages
$this->ci->load->helper('Message');
// Loads permission library
$this->ci->load->library('PermissionLib');
}