summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2009-08-12 03:42:32 +0200
committermkanat%bugzilla.org <>2009-08-12 03:42:32 +0200
commitbf68d5918c2eea9b123ee36c7f3541cc1154e060 (patch)
treebb2dee504ca5a4e621a505b694284aa30f6c3866 /process_bug.cgi
parent73bb17590cf3f15166d20b028977d0c61a487b1e (diff)
downloadbugzilla-bf68d5918c2eea9b123ee36c7f3541cc1154e060.tar.gz
bugzilla-bf68d5918c2eea9b123ee36c7f3541cc1154e060.tar.xz
Bug 509108: Don't require a bug_list parameter to show the bug template (create the last_bug_list global template parameter)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index 85e6c60fc..c46dd6fb5 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -202,7 +202,6 @@ $vars->{'title_tag'} = "bug_processed";
my @bug_list;
if ($cgi->cookie("BUGLIST")) {
@bug_list = split(/:/, $cgi->cookie("BUGLIST"));
- $vars->{'bug_list'} = \@bug_list;
}
my ($action, $next_bug);