]> git.mxchange.org Git - friendica.git/commitdiff
prvgroup should see intros
authorfriendica <info@friendica.com>
Wed, 30 May 2012 01:24:44 +0000 (18:24 -0700)
committerfriendica <info@friendica.com>
Wed, 30 May 2012 01:24:44 +0000 (18:24 -0700)
include/nav.php

index 2c9c643a92f596ec7d6c10cef84fbdc76b3c02a2..909ba9b541da97cc278fb0922cb5a8faa402b1c9 100644 (file)
@@ -117,7 +117,7 @@ function nav(&$a) {
 
                /* only show friend requests for normal pages. Other page types have automatic friendship. */
 
-               if($_SESSION['page_flags'] == PAGE_NORMAL) {
+               if($_SESSION['page_flags'] == PAGE_NORMAL || $_SESSION['page_flags'] == PAGE_PRVGROUP) {
                        $nav['introductions'] = array('notifications/intros',   t('Introductions'), "", t('Friend Requests'));
                        $nav['notifications'] = array('notifications',  t('Notifications'), "", t('Notifications'));
                        $nav['notifications']['all']=array('notifications/system', t('See all notifications'), "", "");