DataObjects/Events.php
authorKH Lau <khlau@roojs.com>
Mon, 30 Oct 2017 05:17:14 +0000 (13:17 +0800)
committerKH Lau <khlau@roojs.com>
Mon, 30 Oct 2017 05:17:14 +0000 (13:17 +0800)
DataObjects/Events.php

index 1ba0fc5..da1e924 100644 (file)
@@ -254,10 +254,10 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             
             
         }
-        if (!isset($q['_who'])) {
+        if (isset($q['_who'])) {
                   $this->autoJoinExtData();
             $this->autoJoinCorePerson();
-            $this->selectAddWho(); 
+            //$this->selectAddWho(); 
         }
         
         // since roo does not support autojoin yet..