diff options
author | gerv%gerv.net <> | 2002-09-14 02:37:41 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2002-09-14 02:37:41 +0200 |
commit | 2594a7d4e2a290c18184d72d63d4a96ef0d52ef1 (patch) | |
tree | b7eaa80346ba0a40c544f872f99777eb3f4cc0b4 | |
parent | 618851e70c753221a79942976523493b6c52fc71 (diff) | |
download | bugzilla-2594a7d4e2a290c18184d72d63d4a96ef0d52ef1.tar.gz bugzilla-2594a7d4e2a290c18184d72d63d4a96ef0d52ef1.tar.xz |
Bug 168075 - Undefined subroutine &main::Error called at /opt/webtools/bugzilla/buglist.cgi line 1005. Patch by gerv; r=bbaetz.
-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 |