DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Thu, 20 Dec 2012 03:23:47 +0000 (11:23 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 20 Dec 2012 03:23:47 +0000 (11:23 +0800)
DataObjects/Events.php

index 29ca879..f067c05 100644 (file)
@@ -48,6 +48,8 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
             
             $this->selectAs($jt, 'person_id_%s', 'join_person_id_id');
         
+        } else {
+            $this->person_table = 'Person'; // default to  our standard.. - unless otherwise requested..
         }