DataObjects/Core_person.php
authorAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2018 05:19:05 +0000 (13:19 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 15 Oct 2018 05:19:05 +0000 (13:19 +0800)
DataObjects/Core_person.php

index 940a599..81b7f58 100644 (file)
@@ -369,9 +369,10 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
             }
         }
         if (!$n){ // authenticated as there are no users in the system...
+            die("return true?");
             return true;
         }
-        
+        die("return false?");
         return false;
         
     }