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..e70da5d4d 100644
--- a/CGI.pl
+++ b/CGI.pl
@@ -943,6 +943,9 @@ sub GetCommandMenu {
if (UserInGroup("editcomponents")) {
$html .= ", <a href=editproducts.cgi>components</a>";
}
+ if (UserInGroup("creategroups")) {
+ $html .= ", <a href=editgroups.cgi>groups</a>";
+ }
if (UserInGroup("editkeywords")) {
$html .= ", <a href=editkeywords.cgi>keywords</a>";
}