summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authorterry%netscape.com <>1998-09-16 23:36:38 +0200
committerterry%netscape.com <>1998-09-16 23:36:38 +0200
commit0a37fa4964a6f1be24841c30ea8b7956c0e43fcf (patch)
tree2c5c0e9a8984e6626d109570081d2db5121541c6 /process_bug.cgi
parent7cb4f97e7cd232dafc6ce3217a2f82279ee2bc2c (diff)
downloadbugzilla-0a37fa4964a6f1be24841c30ea8b7956c0e43fcf.tar.gz
bugzilla-0a37fa4964a6f1be24841c30ea8b7956c0e43fcf.tar.xz
Fixed bug 827 -- silly me still had a reference to a .tcl file. Oops!
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index d6af0fca2..6755ce91c 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -305,7 +305,7 @@ if (defined $::next_bug) {
print "<HR>\n";
navigation_header();
- do "bug_form.tcl";
+ do "bug_form.pl";
} else {
print "<BR><A HREF=\"query.cgi\">Back To Query Page</A>\n";
}