DataObjects/Events.php
authorKH Lau <khlau@roojs.com>
Fri, 27 Oct 2017 09:03:08 +0000 (17:03 +0800)
committerKH Lau <khlau@roojs.com>
Fri, 27 Oct 2017 09:03:08 +0000 (17:03 +0800)
DataObjects/Events.php

index 85cc261..c1d4715 100644 (file)
@@ -345,7 +345,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
                
    
                if($e->find(true)){
-                       print_r($e);
+                       print_r($e->getUserName());
                        exit;
                    $this->who = $e->getUserName();
                }