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
This commit is contained in:
jouni%heikniemi.net 2003-11-19 06:42:09 +00:00
parent 1931893baf
commit c56fa6cde8
2 changed files with 1 additions and 1 deletions

View File

@ -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;