DataObjects/Core_person.php
authoredward <edward@roojs.com>
Mon, 31 Oct 2016 03:33:06 +0000 (11:33 +0800)
committeredward <edward@roojs.com>
Mon, 31 Oct 2016 03:33:06 +0000 (11:33 +0800)
DataObjects/Core_person.php

index 305975c..fd22f41 100644 (file)
@@ -1219,14 +1219,14 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
          
         $db = $this->getDatabaseConnection();
         
-        $ff= HTML_FlexyFramework::get();
-        
+        $ff = HTML_FlexyFramework::get();
+        print_R($ff);exit;
         if(empty($ff->Pman) || empty($ff->Pman->login_public)){
             return false;
         }
         
         $sesPrefix = $ff->Pman->login_public . '-' .get_class($this) .'-'.$db->dsn['database'] ;
-        print_R($sesPrefix);exit;
+        
         $p = DB_DAtaObject::Factory($this->tableName());
         $p->get($this->pid());