DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 07:04:11 +0000 (15:04 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 9 Dec 2013 07:04:11 +0000 (15:04 +0800)
DataObjects/Person.php

index 1a7af88..2b3f323 100644 (file)
@@ -431,6 +431,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         $sesPrefix = $ff->appNameShort .'-' .get_class($this) .'-'.$db->dsn['database'] ;
 
         $_SESSION[__CLASS__][$sesPrefix .'-auth'] = "";
+        $_SESSION[__CLASS__][$sesPrefix .'-empty'] = "";
         
     }    
     function genPassKey ($t)