Merge branch 'master' into feature-27351/Digitalisierung_Formulare_Neu

This commit is contained in:
Harald Bamberger
2023-08-03 18:18:43 +02:00
73 changed files with 2442 additions and 1789 deletions
@@ -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');
}