Default discover to on.

This commit is contained in:
Thomas Willingham
2014-03-30 22:59:37 +01:00
parent 9e5f424394
commit 1093e8d83e
5 changed files with 7 additions and 7 deletions

View File

@@ -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']) . " ";