Removed load->helper->('message') from libs

This commit is contained in:
Paolo
2018-06-27 11:26:42 +02:00
parent d8bcc25ac2
commit d4e6027c7c
6 changed files with 0 additions and 15 deletions
-3
View File
@@ -22,9 +22,6 @@ class PhrasesLib
$this->_ci->load->model('system/Phrase_model', 'PhraseModel');
$this->_ci->load->model('system/Phrasentext_model', 'PhrasentextModel');
// Loads helper message to manage returning messages
$this->_ci->load->helper('message');
// Workaround to use more parameters in the construct since PHP doesn't support many constructors
$this->_extend_construct(func_get_args());
}