]> git.wh0rd.org - tt-rss.git/commitdiff
daemon2: fix removing of pids from ctimes array
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 26 Aug 2010 05:57:17 +0000 (09:57 +0400)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 26 Aug 2010 05:57:17 +0000 (09:57 +0400)
update_daemon2.php

index d113fc9562f19eb7c0c420dc46f9ac51ed39a845..ce6a3ee9c33d63f518980e008f8f8a78a0ad10cf 100755 (executable)
@@ -47,6 +47,7 @@
 
        function reap_children() {
                global $children;
+               global $ctimes;
 
                $tmp = array();