Commit 39019502 authored by dockx thibault's avatar dockx thibault
Browse files

Resolve "Error CAS after saving configuration"

Showing with 1 addition and 1 deletion
+1 -1
...@@ -44,7 +44,7 @@ class LoginCAS extends LoginMethod ...@@ -44,7 +44,7 @@ class LoginCAS extends LoginMethod
} }
// Initialize CAS with proper library and call. // Initialize CAS with proper library and call.
if ($config->get_cfg_value('CasLibraryBool')) { if ($config->get_cfg_value('CasLibraryBool') === 'TRUE') {
phpCAS::client( phpCAS::client(
CAS_VERSION_2_0, CAS_VERSION_2_0,
$config->get_cfg_value('CasHost', 'localhost'), $config->get_cfg_value('CasHost', 'localhost'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment