aboutsummaryrefslogtreecommitdiffstats
path: root/include/nav.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-29 18:24:44 -0700
committerfriendica <info@friendica.com>2012-05-29 18:24:44 -0700
commitc58b0b9cbbaa82f2547826c3ead9f263b762a842 (patch)
tree434041466ea10f623c34979d76712baae781ef9c /include/nav.php
parent52995e0b1f9b13d93d2655ff2ad83089ed22beaa (diff)
downloadvolse-hubzilla-c58b0b9cbbaa82f2547826c3ead9f263b762a842.tar.gz
volse-hubzilla-c58b0b9cbbaa82f2547826c3ead9f263b762a842.tar.bz2
volse-hubzilla-c58b0b9cbbaa82f2547826c3ead9f263b762a842.zip
prvgroup should see intros
Diffstat (limited to 'include/nav.php')
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nav.php b/include/nav.php
index 2c9c643a9..909ba9b54 100644
--- a/include/nav.php
+++ b/include/nav.php
@@ -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'), "", "");