Notify.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 04:14:20 +0000 (12:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 3 Feb 2012 04:14:20 +0000 (12:14 +0800)
Notify.php

index 6fd40e1..316cb06 100644 (file)
@@ -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']);