summaryrefslogtreecommitdiffstats
path: root/CGI.pl
diff options
context:
space:
mode:
Diffstat (limited to 'CGI.pl')
-rw-r--r--CGI.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/CGI.pl b/CGI.pl
index 6f31f604f..bed81db83 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -946,6 +946,9 @@ sub GetCommandMenu {
if (UserInGroup("editkeywords")) {
$html .= ", <a href=editkeywords.cgi>keywords</a>";
}
+ if (UserInGroup("creategroups") && Param("usebuggroups")) {
+ $html .= ", <a href=editgroups.cgi>groups</a>";
+ }
$html .= " | <NOBR><a href=relogin.cgi>Log out</a> $::COOKIE{'Bugzilla_login'}</NOBR>";
} else {
$html .=