Bug 220034: empty form after changing bug details; patch by wicked@etlicon.fi (Teemu Mannermaa); r=kiko, a=justdave.

This commit is contained in:
jocuri%softhome.net 2003-10-13 21:38:13 +00:00
Родитель cd32115037
Коммит 098a01af5b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1749,6 +1749,9 @@ if ($next_bug) {
my $bug = new Bug($next_bug, $::userid);
ThrowCodeError("bug_error", { bug => $bug }) if $bug->error;
# next.html.tmpl includes edit.html.tmpl, and therefore we
# need $bug defined in $vars.
$vars->{'bug'} = $bug;
$template->process("bug/process/next.html.tmpl", $vars)
|| ThrowTemplateError($template->error());