MTrackWeb/Cron/Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 25 Mar 2011 11:42:52 +0000 (19:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 25 Mar 2011 11:42:52 +0000 (19:42 +0800)
MTrackWeb/Cron/Notify.php

index 2ce80af..7be62b2 100644 (file)
@@ -43,7 +43,7 @@ class MTrackWeb_Cron_Notify extends MTrackWeb
         
         $w = DB_DataObject::factory('core_watch');
         // returns a list of user with the objects they are watching..
-        $watched = $w->watched('email');
+        $watches = $w->watched('email');
         
         $CS = DB_DataObject::factory('mtrack_change');