MTrackWeb/Cron/Notify.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 27 Mar 2011 05:08:01 +0000 (13:08 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 27 Mar 2011 05:08:01 +0000 (13:08 +0800)
MTrackWeb/Cron/Notify.php

index 4ca7b55..f0f9095 100644 (file)
@@ -62,7 +62,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
                 $o->get($lr[1]);
                 if (!isset($cache[implode(',', $ar)])) {
                     $cs = clone($CS);
-                    $cs->whereAddIn('id', $ar, 'int');
+                    $cs->whereAddIn('mtrack_change.id', $ar, 'int');
                     $cs->autoJoin();
                     $cache[implode(',', $ar)] = $cs->fetchAll();
                 }