summaryrefslogtreecommitdiff
path: root/lib/searchgroupnav.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-23 08:19:16 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-23 08:19:16 +0000
commit843358be44b9b107441cbc2e35d7794343762fb0 (patch)
tree13340f691c0896611dacc07ac613750574898fd3 /lib/searchgroupnav.php
parent50b9f5f6c55d13666da1d2ca03c583282e9afa55 (diff)
parent85321cede0abba7a5d08fad7fcb348d1bacc98b3 (diff)
Merge branch 'master' of ../trunk
Diffstat (limited to 'lib/searchgroupnav.php')
-rw-r--r--lib/searchgroupnav.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/searchgroupnav.php b/lib/searchgroupnav.php
index 4ea226692..9fe3c2379 100644
--- a/lib/searchgroupnav.php
+++ b/lib/searchgroupnav.php
@@ -81,6 +81,8 @@ class SearchGroupNav extends Widget
_('Find people on this site'), $action_name == 'peoplesearch', 'nav_search_people');
$this->out->menuItem(common_local_url('noticesearch', $args), _('Notice'),
_('Find content of notices'), $action_name == 'noticesearch', 'nav_search_notice');
+ $this->out->menuItem(common_local_url('groupsearch', $args), _('Group'),
+ _('Find groups on this site'), $action_name == 'groupsearch', 'nav_search_notice');
$this->action->elementEnd('ul');
}
}