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

index 3614b0f..0073420 100644 (file)
@@ -254,7 +254,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             
             
         }
-        if (!isset($q['_who'])) {
+        if (isset($q['_who'])) {
                   $this->autoJoinExtData();
             //$this->autoJoinCorePerson();
             $this->selectAddWho();