NotifySend.php
authorAlan Knowles <alan@roojs.com>
Sun, 27 May 2012 06:36:50 +0000 (14:36 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 27 May 2012 06:36:50 +0000 (14:36 +0800)
NotifySend.php

index dc9ff7f..cea5c70 100644 (file)
@@ -94,7 +94,7 @@ class Pman_Core_NotifySend extends Pman
             
             die("send repeat to early\n");
         }
-        if ($opts['debug']) {
+        if (!empty($opts['debug'])) {
             print_r($w);
         }