aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-03-30 23:01:31 +0100
committerThomas Willingham <founder@kakste.com>2014-03-30 23:01:31 +0100
commit4a2805e12ebb7c72dd7e72de4fc192149867706a (patch)
tree603a0b3632d39b4d6c4e6b6afb8dd9e23f73a187 /mod/network.php
parent1093e8d83efeabc7f4154ce04b5f7f554b9957e5 (diff)
downloadvolse-hubzilla-4a2805e12ebb7c72dd7e72de4fc192149867706a.tar.gz
volse-hubzilla-4a2805e12ebb7c72dd7e72de4fc192149867706a.tar.bz2
volse-hubzilla-4a2805e12ebb7c72dd7e72de4fc192149867706a.zip
Missed one
Diffstat (limited to 'mod/network.php')
-rw-r--r--mod/network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php
index 0db85f428..8a05a5eaa 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','disable_discover_tab'))) {
require_once('include/identity.php');
$sys = get_sys_channel();
$uids = " and item.uid = " . intval($sys['channel_id']) . " ";