Skip to content
Snippets Groups Projects
Commit e28ee949 authored by Mads Freek Petersen's avatar Mads Freek Petersen
Browse files

Fixed clean method - set the dirty flag.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1769 44740490-163a-0410-bde0-09ae8108e29a
parent db38851d
No related branches found
No related tags found
No related merge requests found
...@@ -551,6 +551,7 @@ class SimpleSAML_Session { ...@@ -551,6 +551,7 @@ class SimpleSAML_Session {
$this->nameid = null; $this->nameid = null;
$this->sp_at_idpsessions = array(); $this->sp_at_idpsessions = array();
$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