Commit 919b407c authored by dockx thibault's avatar dockx thibault
Browse files

Merge branch '6276-error-cas-after-saving-configuration' into '1.4-dev'

Resolve "Error CAS after saving configuration"

Closes #6276

See merge request fusiondirectory/fd!1042
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -44,7 +44,7 @@ class LoginCAS extends LoginMethod
}
// Initialize CAS with proper library and call.
if ($config->get_cfg_value('CasLibraryBool')) {
if ($config->get_cfg_value('CasLibraryBool') === 'TRUE') {
phpCAS::client(
CAS_VERSION_2_0,
$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