diff --git a/lam/templates/3rdParty/pla/lib/session_functions.php b/lam/templates/3rdParty/pla/lib/session_functions.php index ed35ce63..a7c7ec8c 100644 --- a/lam/templates/3rdParty/pla/lib/session_functions.php +++ b/lam/templates/3rdParty/pla/lib/session_functions.php @@ -20,6 +20,7 @@ function app_session_start() { if (session_id() != null) return; include_once '../../../../lib/config.inc'; include_once '../../../../lib/ldap.inc'; + include_once '../../../../lib/schema.inc'; startSecureSession(); enforceUserIsLoggedIn(); $config_file = CONFDIR.'config.php';