diff options
author | friendica <info@friendica.com> | 2014-09-14 22:19:19 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-14 22:19:19 -0700 |
commit | 0dc33900b6799681683fd02f597e95acbd58e960 (patch) | |
tree | cbbf56c19baa44e7ec06005d9a1048bfc83062da /include/poller.php | |
parent | f2b0311f9d0446f4cfbf57143aa58462c7c8f39a (diff) | |
download | volse-hubzilla-0dc33900b6799681683fd02f597e95acbd58e960.tar.gz volse-hubzilla-0dc33900b6799681683fd02f597e95acbd58e960.tar.bz2 volse-hubzilla-0dc33900b6799681683fd02f597e95acbd58e960.zip |
provide a way to sync locations and get rid of bogus hublocs, now implemented
Diffstat (limited to 'include/poller.php')
-rw-r--r-- | include/poller.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php index c90e48d6b..f689059b9 100644 --- a/include/poller.php +++ b/include/poller.php @@ -171,6 +171,9 @@ function poller_run($argv, $argc){ proc_run('php','include/expire.php'); proc_run('php','include/cli_suggest.php'); + require_once('include/hubloc.php'); + remove_obsolete_hublocs(); + /** * End Cron Daily */ |