From: Andrew Dolgov Date: Thu, 26 Aug 2010 05:57:17 +0000 (+0400) Subject: daemon2: fix removing of pids from ctimes array X-Git-Tag: 1.4.3-proper~8 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;ds=sidebyside;h=51ddf0f8bbf184d548e4d5a826d615762f5e7a40;hp=0708291db408c0fea03e304c203179ebdff9b7f7;p=tt-rss.git daemon2: fix removing of pids from ctimes array --- diff --git a/update_daemon2.php b/update_daemon2.php index d113fc95..ce6a3ee9 100755 --- a/update_daemon2.php +++ b/update_daemon2.php @@ -47,6 +47,7 @@ function reap_children() { global $children; + global $ctimes; $tmp = array();