mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
Now the helper message is loaded only by these controllers and models:
- APIv1_Controller - FHC_Controller - MessageToken_model
This commit is contained in:
@@ -17,7 +17,11 @@ class FHC_Controller extends CI_Controller
|
||||
|
||||
$this->_controllerId = null; // set _controllerId as null by default
|
||||
|
||||
// Loads helper fhcauth to manage the authentication
|
||||
$this->load->helper('fhcauth');
|
||||
|
||||
// Loads helper message to manage returning messages
|
||||
$this->load->helper('message');
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user