]> git.mxchange.org Git - friendica.git/commitdiff
Reduce parentheses
authorPhilipp <admin@philipp.info>
Fri, 21 Oct 2022 07:12:24 +0000 (09:12 +0200)
committerPhilipp <admin@philipp.info>
Fri, 21 Oct 2022 17:35:34 +0000 (19:35 +0200)
src/Content/Nav.php

index 06e6895d9e9fde6142c98215a7ddbdb138f08343..b80fb2d450e49712b9cf710b46e0686e14469b7e 100644 (file)
@@ -210,7 +210,7 @@ class Nav
                        $homelink = DI::session()->get('visitor_home', '');
                }
 
-               if ((DI::args()->getModuleName() != 'home') && (! (DI::userSession()->getLocalUserId()))) {
+               if (DI::args()->getModuleName() != 'home' && ! DI::userSession()->getLocalUserId()) {
                        $nav['home'] = [$homelink, DI::l10n()->t('Home'), '', DI::l10n()->t('Home Page')];
                }