From: myk%mozilla.org <> Date: Thu, 7 Nov 2002 13:33:51 +0000 (+0000) Subject: Fix for bug 178801: missing &:: caused function not to be found, resulting in server... X-Git-Tag: bugzilla-2.17.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41942f3477c90143cd59fa534923781939908ace;p=thirdparty%2Fbugzilla.git Fix for bug 178801: missing &:: caused function not to be found, resulting in server error r=justdave --- diff --git a/Bugzilla/Search.pm b/Bugzilla/Search.pm index 6477d7e617..b6e554be88 100644 --- a/Bugzilla/Search.pm +++ b/Bugzilla/Search.pm @@ -852,7 +852,7 @@ sub init { # chart -1 is generated by other code above, not from the user- # submitted form, so we'll blindly accept any values in chart -1 if ((!$chartfields{$f}) && ($chart != -1)) { - ThrowCodeError("invalid_field_name", {field => $f}); + &::ThrowCodeError("invalid_field_name", {field => $f}); } # This is either from the internal chart (in which case we