From 40394b94d7c8a8bf1f61f5482195164fff434b90 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 17 Jan 2023 10:33:31 +0000 Subject: typo :\ --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 3c0b97556..97b680dba 100644 --- a/boot.php +++ b/boot.php @@ -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; } -- cgit v1.2.3