Commit f47d6427 authored by bmortier's avatar bmortier
Browse files

Merge branch '1.4-dev'

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