From b2176538f4aea9096c50f738cca840024bf9c53e Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 10 Jan 2011 13:45:42 -0800 Subject: add page start/end hooks, cleanup couple of notice msgs --- include/poller.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/poller.php') diff --git a/include/poller.php b/include/poller.php index 3d13a5480..28e421f5f 100644 --- a/include/poller.php +++ b/include/poller.php @@ -26,7 +26,9 @@ proc_close(proc_open("\"$php_path\" \"include/queue.php\" &", array(), $foo)); + $hub_update = false; $force = false; + if(($argc > 1) && ($argv[1] == 'force')) $force = true; -- cgit v1.2.3