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

index ebbfc3e..5c4777b 100644 (file)
@@ -195,7 +195,7 @@ class Pman_Core_Notify extends Pman
             exit;
         }
         
-        echo "BATCH SIZE: ".  count($ar) . "\n");
+        echo "BATCH SIZE: ".  count($ar) . "\n";
         $pushed = array();
         while (true) {
             if (empty($ar)) {