DataObjects/Person.php
authoredward <edward@roojs.com>
Fri, 12 Aug 2016 10:27:14 +0000 (18:27 +0800)
committeredward <edward@roojs.com>
Fri, 12 Aug 2016 10:27:14 +0000 (18:27 +0800)
DataObjects/Person.php

index 9d54b66..7d947af 100644 (file)
@@ -390,7 +390,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
                 setcookie('Pman.timeout', time() + (30*60), time() + (30*60), '/');
                 
                 $user = clone ($u);
-                
+                print_R($user);exit;
                 return clone($user);
             
             }