Commit 2594a7d4 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 168075 - Undefined subroutine &main::Error called at…

Bug 168075 - Undefined subroutine &main::Error called at /opt/webtools/bugzilla/buglist.cgi line 1005. Patch by gerv; r=bbaetz.
parent 618851e7
...@@ -752,7 +752,7 @@ sub init { ...@@ -752,7 +752,7 @@ sub init {
"entire URL out of the address bar at the top of your browser " . "entire URL out of the address bar at the top of your browser " .
"window and email it to <109679\@bugzilla.org>"; "window and email it to <109679\@bugzilla.org>";
die "Internal error: $errstr" if $chart < 0; die "Internal error: $errstr" if $chart < 0;
return Error($errstr); return &::DisplayError($errstr);
} }
# This is either from the internal chart (in which case we # This is either from the internal chart (in which case we
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment