From: Alan Knowles Date: Fri, 3 Feb 2012 04:14:20 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=36ae495f18e1da992e3fa4b859345389578dab27;p=Pman.Core Notify.php --- diff --git a/Notify.php b/Notify.php index 6fd40e1b..316cb062 100644 --- a/Notify.php +++ b/Notify.php @@ -230,7 +230,7 @@ class Pman_Core_Notify extends Pman continue; } - fclose($p['pipes'][1]); + //fclose($p['pipes'][1]); fclose($p['pipes'][0]); fclose($p['pipes'][2]); proc_close($p['proc']);