Skip to content
Snippets Groups Projects
Unverified Commit 7b75bdb4 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Remove inappropriate static calls

parent cf388e06
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class TraditionalLogoutHandler implements LogoutHandlerInterface
{
$state['core:LogoutTraditional:Remaining'] = $this->idp->getAssociations();
self::logoutNextSP($state);
$this->logoutNextSP($state);
}
......@@ -115,6 +115,6 @@ class TraditionalLogoutHandler implements LogoutHandlerInterface
$state['core:Failed'] = true;
}
self::logoutNextSP($state);
$this->logoutNextSP($state);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment