From 2ba411e9446f9d0ba1cd1e0f555387d346db5001 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Thu, 2 Mar 2006 06:46:21 +0000 Subject: Bug 281358: Attachment links in bugmail are different from the link in show_bug.cgi - Patch by timeless r=LpSolit a=justdave --- showattachment.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'showattachment.cgi') diff --git a/showattachment.cgi b/showattachment.cgi index 82fc1ba9a..f535d5c9d 100755 --- a/showattachment.cgi +++ b/showattachment.cgi @@ -34,7 +34,7 @@ my $id = $cgi->param('attach_id'); detaint_natural($id) if defined $id; $id ||= ""; -print $cgi->redirect(-location=>"attachment.cgi?id=$id&action=view", +print $cgi->redirect(-location=>"attachment.cgi?id=$id", -status=>'301 Permanent Redirect'); exit; -- cgit v1.2.3-24-g4f1b