diff options
author | Mario <mario@mariovavti.com> | 2023-01-17 10:33:31 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-01-17 10:33:31 +0000 |
commit | 40394b94d7c8a8bf1f61f5482195164fff434b90 (patch) | |
tree | e185f8221496dc3558fb7209edb2e89986d75f5b | |
parent | bae446973fcf148a956dfe0bc5cdce2d666dccdd (diff) | |
download | volse-hubzilla-40394b94d7c8a8bf1f61f5482195164fff434b90.tar.gz volse-hubzilla-40394b94d7c8a8bf1f61f5482195164fff434b90.tar.bz2 volse-hubzilla-40394b94d7c8a8bf1f61f5482195164fff434b90.zip |
typo :\
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |