aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-01-17 10:33:31 +0000
committerMario <mario@mariovavti.com>2023-01-17 10:33:31 +0000
commit40394b94d7c8a8bf1f61f5482195164fff434b90 (patch)
treee185f8221496dc3558fb7209edb2e89986d75f5b /boot.php
parentbae446973fcf148a956dfe0bc5cdce2d666dccdd (diff)
downloadvolse-hubzilla-40394b94d7c8a8bf1f61f5482195164fff434b90.tar.gz
volse-hubzilla-40394b94d7c8a8bf1f61f5482195164fff434b90.tar.bz2
volse-hubzilla-40394b94d7c8a8bf1f61f5482195164fff434b90.zip
typo :\
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;
}