1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

daemon2: fix removing of pids from ctimes array

This commit is contained in:
Andrew Dolgov 2010-08-26 09:57:17 +04:00
parent 0708291db4
commit 51ddf0f8bb

View File

@ -47,6 +47,7 @@
function reap_children() { function reap_children() {
global $children; global $children;
global $ctimes;
$tmp = array(); $tmp = array();