DataObjects/Person.php
authoredward <edward@roojs.com>
Fri, 12 Aug 2016 07:07:33 +0000 (15:07 +0800)
committeredward <edward@roojs.com>
Fri, 12 Aug 2016 07:07:33 +0000 (15:07 +0800)
DataObjects/Person.php

index 69ed35e..ee0a5f3 100644 (file)
@@ -278,10 +278,6 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             setcookie('Pman.timeout', -1, time() + (30*60), '/');
             
         }
-        if (!$this->canInitializeSystem()) {
-            return false;
-        }
-        
         
         // local auth - 
         $default_admin = false;