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

index 00366fb..247607c 100644 (file)
@@ -201,7 +201,7 @@ class Pman_Core_Notify extends Pman
         if (!empty($this->send_to)) {
             $app .= ' --sent-to='.escapeshellarg($this->send_to);
         }
-        $cmd = $php . ' ' . $app; //. ' &';
+        $cmd = $php . ' ' . $app . ' ' . $cmdOpts; //. ' &';
         
        
         $pipe = array();