DataObjects/Events.php
authorAlan Knowles <alan@akbkhome.com>
Mon, 14 May 2012 03:07:55 +0000 (11:07 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 14 May 2012 03:07:55 +0000 (11:07 +0800)
DataObjects/Events.php

index 9bddce8..f955885 100644 (file)
@@ -246,7 +246,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
           
         $this->person_name = $au && !empty($au->name) ? $au->name : '';
         $this->person_id = $au ? $au->id : -1;
-        $this->person_table= $au ? $au->tableName() : '';
+        $this->person_table = $au ? $au->tableName() : '';
         $this->ipaddr = isset($_SERVER["REMOTE_ADDR"]) ? $_SERVER["REMOTE_ADDR"] : 'cli';
         $this->action = $act;
         $this->on_table = $obj ? $obj->tableName() : '';