- Renamed helpers to avoid conflicts with CI helpers

- Adapted helpers includes
This commit is contained in:
Paolo
2018-07-11 12:13:39 +02:00
parent 095ce57da4
commit 37ca34a6b5
13 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ class Auth_Controller extends FHC_Controller
parent::__construct();
// Loads authentication helper
$this->load->helper('fhcauth');
$this->load->helper('fhc_authentication');
// Checks if the caller is allowed to access to this content
$this->_isAllowed($requiredPermissions);