- Moved the loading of the fhcauth from Filters controller to the library FiltersLib

- Added comments
This commit is contained in:
Paolo
2018-06-29 11:24:50 +02:00
parent 99292f93a7
commit 2b15c88410
4 changed files with 14 additions and 14 deletions
+2
View File
@@ -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');