diff options
author | Friendika <info@friendika.com> | 2011-01-10 13:45:42 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-10 13:45:42 -0800 |
commit | b2176538f4aea9096c50f738cca840024bf9c53e (patch) | |
tree | 8fd101eb7a8b775c73615bc349b7ec28dfa36635 /include | |
parent | 85b0eca9c1f74a8fc864cb29ab0ae1fc265dbed5 (diff) | |
download | volse-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.php | 2 |
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; |