From d0c14a97593f2f005d7f819d70f90fda0f053ed1 Mon Sep 17 00:00:00 2001 From: "jouni%heikniemi.net" <> Date: Wed, 19 Nov 2003 14:42:04 +0000 Subject: 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 --- editgroups.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editgroups.cgi') 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; -- cgit v1.2.3-24-g4f1b