]> 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:15:38 +0000 (03:15 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 5 Jul 2010 01:15:38 +0000 (03:15 +0200)
r/a=LpSolit

editkeywords.cgi

index 6c20dfd05d2a17b3906af392f14251c49df03a3a..fd7eaa3e5b0e8bfaf32ebe98f542934593e3cd81 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)