]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/Nav.php
Move Contact::Page_* constants to User::PAGE_FLAGS_*
[friendica.git] / src / Content / Nav.php
index 51cee03bf84a7ab5e03a7da10095e46f1135a85e..6bee0633f3774aec0d37726ee25a66bb3fe265b5 100644 (file)
@@ -242,7 +242,7 @@ class Nav
                        $nav['home'] = ['profile/' . $a->user['nickname'], L10n::t('Home'), '', L10n::t('Your posts and conversations')];
 
                        // Don't show notifications for public communities
-                       if (defaults($_SESSION, 'page_flags', '') != Contact::PAGE_COMMUNITY) {
+                       if (defaults($_SESSION, 'page_flags', '') != User::PAGE_FLAGS_COMMUNITY) {
                                $nav['introductions'] = ['notifications/intros', L10n::t('Introductions'), '', L10n::t('Friend Requests')];
                                $nav['notifications'] = ['notifications',       L10n::t('Notifications'), '', L10n::t('Notifications')];
                                $nav['notifications']['all'] = ['notifications/system', L10n::t('See all notifications'), '', ''];