aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorRedMatrix <info@friendica.com>2014-03-30 15:18:05 +1100
committerRedMatrix <info@friendica.com>2014-03-30 15:18:05 +1100
commita31d5c7cddf8674478b9537c206fba05adf30652 (patch)
treeb3c6262e6d188b7b7a538b5b19be3b0c3aeb96c0 /include/poller.php
parent7ed177c7cde9e987c18d3f0c0b5b3fc6e371c814 (diff)
parentfedd19ec95bfe963ab19d9e55f184b8ffe9f0da0 (diff)
downloadvolse-hubzilla-a31d5c7cddf8674478b9537c206fba05adf30652.tar.gz
volse-hubzilla-a31d5c7cddf8674478b9537c206fba05adf30652.tar.bz2
volse-hubzilla-a31d5c7cddf8674478b9537c206fba05adf30652.zip
Merge pull request #385 from solstag/master
Let the site admin choose whether to display the Discover tab.
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index 19037ef17..0eb161862 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -169,7 +169,8 @@ function poller_run($argv, $argc){
// pull in some public posts
- proc_run('php','include/externals.php');
+ if(get_config('system','discover_tab'))
+ proc_run('php','include/externals.php');
$manual_id = 0;