From f8c9b8bc5d00df327add4c623fd71b9fadea77a3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 25 Jul 2013 19:09:42 +0800 Subject: [PATCH] DataObjects/Core_notify.php --- DataObjects/Core_notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );
             }
             
-- 
2.39.2