provide a way to sync locations and get rid of bogus hublocs, now implemented

This commit is contained in:
friendica
2014-09-14 22:19:19 -07:00
parent f2b0311f9d
commit 0dc33900b6
5 changed files with 75 additions and 16 deletions

View File

@@ -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
*/