From: Alan Knowles Date: Wed, 6 Apr 2011 08:32:05 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=867014eefbb969aecbc385180859221409d1934f;p=Pman.Core Notify.php --- diff --git a/Notify.php b/Notify.php index a65cf319..0e1029b9 100644 --- a/Notify.php +++ b/Notify.php @@ -60,7 +60,7 @@ class Pman_Core_Notify extends Pman $cwd = realpath(dirname(__FILE__) . '/../../'); $app = 'index.php' .'/Core/NotifySend.php '. $id; $cmd = $php . ' ' . $app; - $p = proc_open($cmd, $cwd , array()); + $p = proc_open($cmd, $cwd ); $this->pool[] = $p; }