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

index b4db0ea..2e32b9f 100644 (file)
@@ -321,6 +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 : '';
         if (empty($au) || (isset($au->id) && empty($au->id))) {
             // not authenticated - and a standard id based object
             $this->person_id = 0;