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

index aa786ee..9960ed5 100644 (file)
@@ -224,6 +224,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             }
             if ($obj && method_exists($obj,'relatedWhere')) {
                 $ar = $obj->relatedWhere();
+                
                 $tn = $this->tableName();
                 
                 $w = array();