]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 109354: After entering a new bug, the link offering to add an attachment...
authorjustdave%syndicomm.com <>
Sun, 18 Nov 2001 06:40:02 +0000 (06:40 +0000)
committerjustdave%syndicomm.com <>
Sun, 18 Nov 2001 06:40:02 +0000 (06:40 +0000)
the old attachment form instead of the new one.
Patch by Josh Soref <timeless@mac.com>
r= myk x2

post_bug.cgi

index bcbef7bb3f5025e86d9b97bd48129da15f79b786..b2b84397786f613a8114c0a49053f61527583536 100755 (executable)
@@ -257,7 +257,7 @@ print "<TABLE BORDER=1><TD><H2>Bug $id posted</H2>\n";
 system("./processmail", $id, $::COOKIE{'Bugzilla_login'});
 print "<TD><A HREF=\"show_bug.cgi?id=$id\">Back To BUG# $id</A></TABLE>\n";
 
-print "<BR><A HREF=\"createattachment.cgi?id=$id\">Attach a file to this bug</a>\n";
+print "<BR><A HREF=\"attachment.cgi?bugid=$id&action=enter\">Attach a file to this bug</a>\n";
 
 navigation_header();