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

index 3215bcd..b342991 100644 (file)
@@ -1220,7 +1220,8 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
         $db = $this->getDatabaseConnection();
         
         $sesPrefix = 'Hydra-' .get_class($this) .'-'.$db->dsn['database'] ;
-
+        
+        print_R($sesPrefix);exit;
         // we should not store the whole data in the session - otherwise it get's huge.
         $p = DB_DAtaObject::Factory($this->tableName());
         $p->get($this->pid());