diff options
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Search.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 3c68a0a26..482daca5c 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -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 |