diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-30 23:01:31 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-30 23:01:31 +0100 |
commit | 4a2805e12ebb7c72dd7e72de4fc192149867706a (patch) | |
tree | 603a0b3632d39b4d6c4e6b6afb8dd9e23f73a187 | |
parent | 1093e8d83efeabc7f4154ce04b5f7f554b9957e5 (diff) | |
download | volse-hubzilla-4a2805e12ebb7c72dd7e72de4fc192149867706a.tar.gz volse-hubzilla-4a2805e12ebb7c72dd7e72de4fc192149867706a.tar.bz2 volse-hubzilla-4a2805e12ebb7c72dd7e72de4fc192149867706a.zip |
Missed one
-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 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']) . " "; |