Notify.php
authorElliott Polk <elliott.polk@thekaroshiworkshop.com>
Mon, 28 May 2012 09:41:57 +0000 (17:41 +0800)
committerElliott Polk <elliott.polk@thekaroshiworkshop.com>
Mon, 28 May 2012 09:41:57 +0000 (17:41 +0800)
Notify.php

index cb7b2e6..00366fb 100644 (file)
@@ -181,7 +181,7 @@ class Pman_Core_Notify extends Pman
         die("DONE\n");
     }
     
-    function run($id, $email, $opts=array())
+    function run($id, $email, $cmdOpts="")
     {
        // phpinfo();exit;
         $tn = tempnam(ini_get('session.save_path'),'stdout') . '.stdout';