diff options
author | friendica <info@friendica.com> | 2014-03-30 17:41:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-30 17:41:53 -0700 |
commit | 3791cee52b43ad1ca1ca5290493734b5971c799c (patch) | |
tree | f6aedb9ab140910ecc38cd9f171c7745970b69bc /mod/network.php | |
parent | ac91331c18717642915cbb53e2d91dd0d010f231 (diff) | |
parent | 8efef6f98b540da9fd256bf108eeb3b32666c170 (diff) | |
download | volse-hubzilla-3791cee52b43ad1ca1ca5290493734b5971c799c.tar.gz volse-hubzilla-3791cee52b43ad1ca1ca5290493734b5971c799c.tar.bz2 volse-hubzilla-3791cee52b43ad1ca1ca5290493734b5971c799c.zip |
Merge https://github.com/friendica/red into pending_merge
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..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']) . " "; |