summaryrefslogtreecommitdiff
path: root/lib/searchgroupnav.php
diff options
context:
space:
mode:
authorEvan Prodromou <git@evanprodromou.name>2009-01-23 09:01:06 +0100
committerEvan Prodromou <git@evanprodromou.name>2009-01-23 09:01:06 +0100
commite7d5310a2f222a695720b7a63543085ff14af9fd (patch)
treeb86011952299f00f86d4b90a3a7d499272460b1f /lib/searchgroupnav.php
parenta7c85bebd5be9ea019a8c80d74730d7eb28d4651 (diff)
parentaa100884fbfb7f14613f402b5eabdcd9637faf57 (diff)
Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/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');
}
}