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

index 2eb485c..4ca7b55 100644 (file)
@@ -70,7 +70,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
                 $u->get($uid);
                 $method =  'notify_'. $lr[0] ;
                 if (method_exists($this,$method)) {
-                    $this->$method($o,  $cache[implode(',', $ar)], $u)
+                    $this->$method($o,  $cache[implode(',', $ar)], $u);
                 }
             }