This commit is contained in:
Mario
2023-01-17 10:33:31 +00:00
parent bae446973f
commit 40394b94d7

View File

@@ -1864,7 +1864,7 @@ function can_view_public_stream() {
$net_firehose = ((get_config('system', 'disable_discover_tab', 1)) ? false : true);
if (!$net_firehose)) {
if (!$net_firehose) {
return false;
}