DataObjects/Core_person.php
authorjohn <john@roojs.com>
Tue, 9 Oct 2018 11:08:24 +0000 (19:08 +0800)
committerjohn <john@roojs.com>
Tue, 9 Oct 2018 11:08:24 +0000 (19:08 +0800)
DataObjects/Core_person.php

index 99891c9..5db1020 100644 (file)
@@ -826,6 +826,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
                 $person->get($q['id']);
             }
             
+            print_r($person);exit;
+            
             if(empty($person)) {
                 $roo->jerr('Please login to the system');
             }