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

index a803be9..9a1d744 100644 (file)
@@ -293,8 +293,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             }
         }
         
-        die("HERE");
-        
+         
         $u = DB_DataObject::factory('Person');
         $ff = HTML_FlexyFramework::get();
         if (!empty($ff->Pman['local_autoauth']) && 
@@ -323,7 +322,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         }
         
         if (!empty(   $_SESSION[__CLASS__][$sesPrefix .'-empty'] )) {
-            return false;
+            return true;
         }
         
         // not in session or not matched...