make sure we honour the disable_discover_tab pref

This commit is contained in:
friendica 2015-01-28 15:27:58 -08:00
parent 2c02f1184c
commit 54fd8b21db

View file

@ -15,7 +15,11 @@ function diaspora_dispatch_public($msg) {
return;
}
$sys_disabled = get_config('system','disable_diaspora_discover_tab');
$sys_disabled = true;
if(! get_config('system','disable_discover_tab')) {
$sys_disabled = get_config('system','disable_diaspora_discover_tab');
}
$sys = (($sys_disabled) ? null : get_sys_channel());
// find everybody following or allowing this author