aboutsummaryrefslogtreecommitdiffstats
path: root/include/poller.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-03-30 22:59:37 +0100
committerThomas Willingham <founder@kakste.com>2014-03-30 22:59:37 +0100
commit1093e8d83efeabc7f4154ce04b5f7f554b9957e5 (patch)
tree71482873b6db75e5445bd69c7993539a039dc003 /include/poller.php
parent9e5f4243941f3e7f3290698d1072895c1019d917 (diff)
downloadvolse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.tar.gz
volse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.tar.bz2
volse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.zip
Default discover to on.
Diffstat (limited to 'include/poller.php')
-rw-r--r--include/poller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/poller.php b/include/poller.php
index 0eb161862..9592c29e4 100644
--- a/include/poller.php
+++ b/include/poller.php
@@ -169,7 +169,7 @@ function poller_run($argv, $argc){
// pull in some public posts
- if(get_config('system','discover_tab'))
+ if(! get_config('system','disable_discover_tab'))
proc_run('php','include/externals.php');