aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2015-09-16 09:56:11 +0200
committerzottel <github@zottel.net>2015-09-16 09:56:11 +0200
commitc2dac55edb9d825990b43f8f3c857a99ad491387 (patch)
tree807a02a553eaf3ac9fce51ab8351c6dd637f10e0 /include/poller.php
parent06bfd2b5025f9dc8e4672f1965b92660daac770e (diff)
parent4c5a74284bb1c2e23ef1e40c09d10f3449f8c853 (diff)
downloadvolse-hubzilla-c2dac55edb9d825990b43f8f3c857a99ad491387.tar.gz
volse-hubzilla-c2dac55edb9d825990b43f8f3c857a99ad491387.tar.bz2
volse-hubzilla-c2dac55edb9d825990b43f8f3c857a99ad491387.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/poller.php b/include/poller.php
index a1b25bf41..72f22d946 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -175,7 +175,10 @@ function poller_run($argv, $argc){
logger('regdir: ' . print_r(z_fetch_url(get_directory_primary() . '/regdir?f=&url=' . urlencode(z_root()) . '&realm=' . urlencode(get_directory_realm())),true));
}
+ // Check for dead sites
+ proc_run('php', 'include/checksites.php');
+ // update searchable doc indexes
proc_run('php', 'include/importdoc.php');
/**