This commit is contained in:
Paolo
2023-07-31 12:12:59 +02:00
parent 6a7903ef05
commit 043a2538b7
@@ -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