aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cron.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-09-25 09:03:16 +0000
committerMario <mario@mariovavti.com>2021-09-25 09:03:16 +0000
commit5c179522bb00d019ec4691ffbb9b65371fc0f309 (patch)
treeeeb576a1c5699dd0f76c8dfa76173e236abb2435 /Zotlabs/Daemon/Cron.php
parentb35d95da5299ccce9ad79661cf384d3bab514ca6 (diff)
downloadvolse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.tar.gz
volse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.tar.bz2
volse-hubzilla-5c179522bb00d019ec4691ffbb9b65371fc0f309.zip
bring back externals (slightly different approach), rename zotfeed to outbox for consistency wit AP naming. warning: this commit requires update of addons!
Diffstat (limited to 'Zotlabs/Daemon/Cron.php')
-rw-r--r--Zotlabs/Daemon/Cron.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/Zotlabs/Daemon/Cron.php b/Zotlabs/Daemon/Cron.php
index c0a190c8e..6629491de 100644
--- a/Zotlabs/Daemon/Cron.php
+++ b/Zotlabs/Daemon/Cron.php
@@ -36,7 +36,6 @@ class Cron {
// run queue delivery process in the background
Master::Summon(array('Queue'));
-
Master::Summon(array('Poller'));
/**
@@ -206,10 +205,9 @@ class Cron {
// pull in some public posts
-/* $disable_discover_tab = get_config('system', 'disable_discover_tab') || get_config('system', 'disable_discover_tab') === false;
+ $disable_discover_tab = get_config('system', 'disable_discover_tab') || get_config('system', 'disable_discover_tab') === false;
if (!$disable_discover_tab)
- Master::Summon(array('Externals'));
-*/
+ Master::Summon(['Externals']);
$restart = false;