Notify.php
[Pman.Core] / 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';