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

index 76f017f..d3d4678 100644 (file)
@@ -227,7 +227,7 @@ class Pman_Core_Notify extends Pman
                 continue;
             }
             echo "ENDED: " . $p['cmd'] . " : " . file_get_contents($p['out']) . "\n";
-            proc_close($p['proc'])
+            proc_close($p['proc']);
             //unlink($p['out']);
         }
         echo "POOL SIZE: ". count($pool) ."\n";