Bug 168075 - Undefined subroutine &main::Error called at /opt/webtools/bugzilla/buglist.cgi line 1005. Patch by gerv; r=bbaetz.
git-svn-id: svn://10.0.0.236/trunk@129530 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user