]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 570567: The 'keyword deleted' page does not mention the deleted keyword
authorGavinS <bugzilla@chimpychompy.org>
Mon, 5 Jul 2010 01:18:28 +0000 (03:18 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 5 Jul 2010 01:18:28 +0000 (03:18 +0200)
r/a=LpSolit

editkeywords.cgi

index a9b46fef5650a07398e7a9aee5463d09cfd1c71e..30a05db093d67b4b78edc1ae4d0d7fb641381ced 100755 (executable)
@@ -176,6 +176,7 @@ if ($action eq 'delete') {
     print $cgi->header();
 
     $vars->{'message'} = 'keyword_deleted';
+    $vars->{'keyword'} = $keyword;
     $vars->{'keywords'} = Bugzilla::Keyword->get_all_with_bug_count();
 
     $template->process("admin/keywords/list.html.tmpl", $vars)