From: Frédéric Buclin Date: Sat, 31 Jan 2015 19:21:24 +0000 (+0100) Subject: Bug 488942: The term "bookmarkable template" is meaningless to new users, change... X-Git-Tag: release-5.1.1~377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c104aa56a22c1806cbfffb1a9d091647c85555f5;p=thirdparty%2Fbugzilla.git Bug 488942: The term "bookmarkable template" is meaningless to new users, change to "Make Template" --- diff --git a/post_bug.cgi b/post_bug.cgi index 9da8faec15..ff49df7820 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -56,8 +56,7 @@ Bugzilla::User::match_field ({ if (defined $cgi->param('maketemplate')) { $vars->{'url'} = $cgi->canonicalise_query('token'); - $vars->{'short_desc'} = $cgi->param('short_desc'); - + print $cgi->header(); $template->process("bug/create/make-template.html.tmpl", $vars) || ThrowTemplateError($template->error());