mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
Updated
This commit is contained in:
@@ -18,7 +18,9 @@ class SearchBar extends FHC_Controller
|
||||
parent::__construct();
|
||||
|
||||
// Loads the AuthLib _without_ starting the authentication
|
||||
// NOTE: a user must be authenticated via another controller to access this one
|
||||
// NOTE:
|
||||
// - A user must be authenticated via another controller to access this one
|
||||
// - It is loaded to be able to call the isLogged function later
|
||||
$this->load->library('AuthLib', array(false));
|
||||
|
||||
// Load the library SearchBarLib
|
||||
|
||||
Reference in New Issue
Block a user