aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
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;
}