From: GavinS Date: Mon, 5 Jul 2010 01:15:38 +0000 (+0200) Subject: Bug 570567: The 'keyword deleted' page does not mention the deleted keyword X-Git-Tag: bugzilla-3.7.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d570c1a9fd5a185fd43d81e0d782639bf5bbcf;p=thirdparty%2Fbugzilla.git Bug 570567: The 'keyword deleted' page does not mention the deleted keyword r/a=LpSolit --- diff --git a/editkeywords.cgi b/editkeywords.cgi index 6c20dfd05d..fd7eaa3e5b 100755 --- a/editkeywords.cgi +++ b/editkeywords.cgi @@ -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)