Commit d0c14a97 authored by jouni%heikniemi.net's avatar jouni%heikniemi.net

Bug 226119: The template admin/add-group.html.tmpl moved to…

Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@. r=myk, a=justdave
parent 69945a49
......@@ -287,7 +287,7 @@ if ($action eq 'changeform') {
if ($action eq 'add') {
print Bugzilla->cgi->header();
$template->process("admin/add-group.html.tmpl", $vars)
$template->process("admin/groups/create.html.tmpl", $vars)
|| ThrowTemplateError($template->error());
exit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment