mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Bug 168075 - Undefined subroutine &main::Error called at /opt/webtools/bugzilla/buglist.cgi line 1005. Patch by gerv; r=bbaetz.
This commit is contained in:
parent
9f2f735e3b
commit
b445bca5ee
@ -752,7 +752,7 @@ sub init {
|
||||
"entire URL out of the address bar at the top of your browser " .
|
||||
"window and email it to <109679\@bugzilla.org>";
|
||||
die "Internal error: $errstr" if $chart < 0;
|
||||
return Error($errstr);
|
||||
return &::DisplayError($errstr);
|
||||
}
|
||||
|
||||
# This is either from the internal chart (in which case we
|
||||
|
Loading…
Reference in New Issue
Block a user