From: Alan Knowles Date: Thu, 25 Jul 2013 11:09:42 +0000 (+0800) Subject: DataObjects/Core_notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=f8c9b8bc5d00df327add4c623fd71b9fadea77a3 DataObjects/Core_notify.php --- diff --git a/DataObjects/Core_notify.php b/DataObjects/Core_notify.php index 37838a90..3f43b89e 100644 --- a/DataObjects/Core_notify.php +++ b/DataObjects/Core_notify.php @@ -138,7 +138,7 @@ class Pman_Core_DataObjects_Core_notify extends DB_DataObject $ji = $d->autoJoin(); echo '
';print_R($ji);
             // get cols
-            foreach($ji['cols'] as $cname=>$fname) {
+            foreach($ji['join_names'] as $cname=>$fname) {
                 //$this->selectAdd($fname . ' as ontable_id_' . $cname );
             }