From e7d2b86c2765c3a8e853526683ceacdb260a7996 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 22 Jul 2005 12:13:36 +0000 Subject: =?UTF-8?q?Bug=20301507:=20Move=20PutHeader=20and=20PutFooter=20in?= =?UTF-8?q?to=20Template.pm=20-=20Patch=20by=20Fr=C3=A9d=C3=A9ric=20Buclin?= =?UTF-8?q?=20=20r/a=3Djustdave?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 7b4b299c3..c8e1e8114 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -592,7 +592,7 @@ if (defined $cgi->param('action')) { if (Param("move-enabled") && $action eq Param("move-button-text")) { $cgi->param('buglist', join (":", @idlist)); do "move.pl" || die "Error executing move.cgi: $!"; - PutFooter(); + $template->put_footer(); exit; } -- cgit v1.2.1