Notify.php
authorAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:30:02 +0000 (10:30 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 29 Apr 2013 02:30:02 +0000 (10:30 +0800)
Notify.php

index ab54085..2977534 100644 (file)
@@ -154,7 +154,7 @@ class Pman_Core_Notify extends Pman
             $w->limit(1000); // we can run 1000 ...
         } else {
             $w->orderBy('act_when DESC'); // latest first
-            $w->limit($opts['limit'); // we can run 1000 ...
+            $w->limit($opts['limit']); // we can run 1000 ...
         }
         if (!empty($this->evtype)) {
             $w->evtype = $this->evtype;