DataObjects/Events.php
authorEdward <edward@roojs.com>
Wed, 16 Oct 2013 09:37:59 +0000 (17:37 +0800)
committerEdward <edward@roojs.com>
Wed, 16 Oct 2013 09:37:59 +0000 (17:37 +0800)
DataObjects/Events.php

index 6dbce69..9202677 100644 (file)
@@ -278,6 +278,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         } 
           
         $this->person_name = $au && !empty($au->name) ? $au->name : '';
+        print_r($au);exit;
         $this->person_id = $au ? $au->id : -1;
         $this->person_table = $au ? $au->tableName() : '';
         $this->ipaddr = isset($_SERVER["REMOTE_ADDR"]) ? $_SERVER["REMOTE_ADDR"] : 'cli';