mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
- Renamed helpers to avoid conflicts with CI helpers
- Adapted helpers includes
This commit is contained in:
@@ -87,7 +87,7 @@ class FiltersLib
|
||||
$this->_ci =& get_instance(); // get code igniter instance
|
||||
|
||||
// Loads authentication helper
|
||||
$this->_ci->load->helper('fhcauth'); // NOTE: needed to load custom filters do not remove!
|
||||
$this->_ci->load->helper('fhc_authentication'); // NOTE: needed to load custom filters do not remove!
|
||||
|
||||
$this->_filterUniqueId = $this->_getFilterUniqueId($params); // sets the id for the related filter widget
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user