The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 57c7d645 authored by Demian Katz's avatar Demian Katz
Browse files

Merge pull request #49 from misilot/patch-1

changed logic around to make more sense when reading
parents 2f2c6fef 1e91e366
No related merge requests found
......@@ -196,7 +196,7 @@ class CAS extends AbstractBase
&& isset($config->CAS->logout)
) {
$casauth = $this->setupCAS();
if ($casauth->checkAuthentication() !== true) {
if ($casauth->checkAuthentication() === false) {
return true;
}
}
......
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