Commit 41942f34 authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 178801: missing &:: caused function not to be found, resulting in server error

r=justdave
parent 4f7effb8
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment