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

index 74a6b67..016899f 100644 (file)
@@ -59,6 +59,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
             foreach ($messages as $m=>$ar) {
                 $lr = explode(':', $m);
                 $o = DB_DataObject::Factory($lr[0]);
+                $o->autoJoin();
                 $o->get($lr[1]);
                 if (!isset($cache[implode(',', $ar)])) {
                     $cs = clone($CS);