mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- Renamed APIv1_Controller to API_Controller
- Adapted code - Added functionalities to API_Controller to log into the database
This commit is contained in:
@@ -12,7 +12,7 @@ class CheckUserAuth extends RESTFul_Controller
|
||||
parent::__construct();
|
||||
|
||||
// Loads helper message to manage returning messages
|
||||
// NOTE: loaded here because it does not extend the APIv1_Controller
|
||||
// NOTE: loaded here because it does not extend the API_Controller
|
||||
$this->load->helper('hlp_return_object');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user