aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-10 13:45:42 -0800
committerFriendika <info@friendika.com>2011-01-10 13:45:42 -0800
commitb2176538f4aea9096c50f738cca840024bf9c53e (patch)
tree8fd101eb7a8b775c73615bc349b7ec28dfa36635 /include
parent85b0eca9c1f74a8fc864cb29ab0ae1fc265dbed5 (diff)
downloadvolse-hubzilla-b2176538f4aea9096c50f738cca840024bf9c53e.tar.gz
volse-hubzilla-b2176538f4aea9096c50f738cca840024bf9c53e.tar.bz2
volse-hubzilla-b2176538f4aea9096c50f738cca840024bf9c53e.zip
add page start/end hooks, cleanup couple of notice msgs
Diffstat (limited to 'include')
-rw-r--r--include/poller.php2
1 files changed, 2 insertions, 0 deletions
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;