From 36ae495f18e1da992e3fa4b859345389578dab27 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 3 Feb 2012 12:14:20 +0800 Subject: [PATCH] Notify.php --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.39.2