Added AuthLib to Searchbar Component

This commit is contained in:
Andreas Österreicher
2023-07-10 17:18:30 +02:00
parent 477da65817
commit f4c8f00c8f
@@ -17,6 +17,9 @@ class SearchBar extends FHC_Controller
{
parent::__construct();
// Loads the AuthLib and starts the authentication
$this->load->library('AuthLib');
// Load the library SearchBarLib
$this->load->library('SearchBarLib');
}