diff options
author | jouni%heikniemi.net <> | 2003-11-19 15:42:04 +0100 |
---|---|---|
committer | jouni%heikniemi.net <> | 2003-11-19 15:42:04 +0100 |
commit | d0c14a97593f2f005d7f819d70f90fda0f053ed1 (patch) | |
tree | 025c6984a9ac1942a7a7693f37133e7f497142e3 /editgroups.cgi | |
parent | 69945a4937317f7c84409185e52d480ff67e943d (diff) | |
download | bugzilla-d0c14a97593f2f005d7f819d70f90fda0f053ed1.tar.gz bugzilla-d0c14a97593f2f005d7f819d70f90fda0f053ed1.tar.xz |
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
Diffstat (limited to 'editgroups.cgi')
-rwxr-xr-x | editgroups.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editgroups.cgi b/editgroups.cgi index 6bf618427..db35a5aa8 100755 --- a/editgroups.cgi +++ b/editgroups.cgi @@ -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; |