]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 488942: The term "bookmarkable template" is meaningless to new users, change...
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 31 Jan 2015 19:21:24 +0000 (20:21 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 31 Jan 2015 19:21:24 +0000 (20:21 +0100)
post_bug.cgi

index 9da8faec15a9aacf8042abfe13d9c9a6e6fb72f8..ff49df782052f14cbd27022a9c5dbaafc1c6dbac 100755 (executable)
@@ -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());