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

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