DataObjects/Person.php
authorAlan Knowles <alan@roojs.com>
Thu, 26 Feb 2015 07:31:32 +0000 (15:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 26 Feb 2015 07:31:32 +0000 (15:31 +0800)
DataObjects/Person.php

index 998cfb0..89a6f3a 100644 (file)
@@ -359,6 +359,12 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         return false;
         
     }
+    
+    function canInitializeSystem()
+    {
+        return strcasecmp(get_class($this) , __CLASS__);
+    }
+    
     function getAuthUser()
     {
         if (!$this->isAuth()) {