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

index 8d2e241..8e748a0 100644 (file)
@@ -152,7 +152,7 @@ class Pman_Core_Notify extends Pman
             }
     
             $w->orderBy('act_when ASC'); // oldest first.
-            $w->limit(1000); // we can run 1000 ...
+            $w->limit($opts['limit']); // we can run 1000 ...
         } else {
             $w->orderBy('act_when DESC'); // latest first
             $w->limit($opts['limit']); // we can run 1000 ...