Missed one
This commit is contained in:
parent
1093e8d83e
commit
4a2805e12e
@ -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']) . " ";
|
||||
|
Reference in New Issue
Block a user