Skip to content
Snippets Groups Projects
Commit 277f6468 authored by Olav Morken's avatar Olav Morken
Browse files

Fix Session::registerLogoutHandler to set the dirty flag.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@606 44740490-163a-0410-bde0-09ae8108e29a
parent 73ec0d7d
No related branches found
No related tags found
No related merge requests found
......@@ -463,6 +463,7 @@ class SimpleSAML_Session {
*/
public function registerLogoutHandler($file, $classname, $functionname) {
$this->logout_handlers[] = array('file' => $file, 'class' => $classname, 'function' => $functionname);
$this->dirty = TRUE;
}
......
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