From 26ed15c1c93037cba3210edaa4eadfcd7abf33fb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Aug 2015 10:40:07 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 76c65404..d6e70a69 100644 --- a/Notify.php +++ b/Notify.php @@ -192,7 +192,7 @@ class Pman_Core_Notify extends Pman $w->orderBy('act_when ASC'); // oldest first. - $this->logecho("QUEUE is {$w->count()} only runing " ((int) $opts['limit'])); + $this->logecho("QUEUE is {$w->count()} only runing " . ((int) $opts['limit'])); $w->limit($opts['limit']); // we can run 1000 ... } -- 2.39.2