mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
APIv1_Controller now loads helper fhc too
This commit is contained in:
@@ -14,6 +14,9 @@ class APIv1_Controller extends REST_Controller
|
||||
// Loads helper message to manage returning messages
|
||||
$this->load->helper('message');
|
||||
|
||||
// Loads helper with generic utility function
|
||||
$this->load->helper('fhc');
|
||||
|
||||
// Loads permission lib
|
||||
$this->load->library('PermissionLib');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user