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

index 2e32b9f..cae138a 100644 (file)
@@ -321,7 +321,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         } 
           
         $this->person_name = $au && !empty($au->name) ? $au->name : '';
-        $this->who = $au && !empty($au->name) ? $au->name : '';
+        //$this->who = $au && !empty($au->name) ? $au->name : '';
         if (empty($au) || (isset($au->id) && empty($au->id))) {
             // not authenticated - and a standard id based object
             $this->person_id = 0;