Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 18 Jul 2012 09:10:21 +0000 (17:10 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 18 Jul 2012 09:10:21 +0000 (17:10 +0800)
Notify.php

index 9cc3896..bd39fc1 100644 (file)
@@ -198,7 +198,7 @@ class Pman_Core_Notify extends Pman
         die("DONE\n");
     }
     
-    function run($id, $email, $cmdOpts="")
+    function run($id, $email = false, $cmdOpts="")
     {
        // phpinfo();exit;
         $tn = tempnam(ini_get('session.save_path'),'stdout') . '.stdout';