diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-30 22:59:37 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-30 22:59:37 +0100 |
commit | 1093e8d83efeabc7f4154ce04b5f7f554b9957e5 (patch) | |
tree | 71482873b6db75e5445bd69c7993539a039dc003 /mod/network.php | |
parent | 9e5f4243941f3e7f3290698d1072895c1019d917 (diff) | |
download | volse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.tar.gz volse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.tar.bz2 volse-hubzilla-1093e8d83efeabc7f4154ce04b5f7f554b9957e5.zip |
Default discover to on.
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 09098946f..0db85f428 100644 --- a/mod/network.php +++ b/mod/network.php @@ -319,7 +319,7 @@ function network_content(&$a, $update = 0, $load = false) { } - if($firehose && get_config('system','discover_tab')) { + if($firehose && (! get_config('system','discover_tab'))) { require_once('include/identity.php'); $sys = get_sys_channel(); $uids = " and item.uid = " . intval($sys['channel_id']) . " "; |