summaryrefslogtreecommitdiff
path: root/lib/searchgroupnav.php
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-24 00:58:12 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-24 00:58:12 +0000
commit18eb40c98807e8c51e6a695e00a7ba03c004ac5f (patch)
tree9f860c9795e6c38e10da4f8c43dbe7d8e565d4aa /lib/searchgroupnav.php
parent57ba50c4c8fa972294ccea941c8ee42adc6c5a1b (diff)
Search form markup and style
Diffstat (limited to 'lib/searchgroupnav.php')
-rw-r--r--lib/searchgroupnav.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/searchgroupnav.php b/lib/searchgroupnav.php
index 9fe3c2379..3ba3f9cd9 100644
--- a/lib/searchgroupnav.php
+++ b/lib/searchgroupnav.php
@@ -82,7 +82,7 @@ class SearchGroupNav extends Widget
$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');
+ _('Find groups on this site'), $action_name == 'groupsearch', 'nav_search_group');
$this->action->elementEnd('ul');
}
}