mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-25 00:24:35 +00:00
- Moved the loading of the fhcauth from Filters controller to the library FiltersLib
- Added comments
This commit is contained in:
@@ -249,6 +249,8 @@ class PhrasesLib
|
||||
$language = $parameters[1];
|
||||
}
|
||||
// Checks if the user is authenticated to retrive the users's language
|
||||
// NOTE: this library could be called when the user is not logged in the system
|
||||
// so this is why is checked if the function getAuthUID exists
|
||||
elseif (function_exists('getAuthUID'))
|
||||
{
|
||||
$this->_ci->load->model('person/Person_model', 'PersonModel');
|
||||
|
||||
Reference in New Issue
Block a user