Bug 215962: Missing {} around implied hash reference in params to ThrowUserError

patch by Eric Selberg <erik@selberg.com> r= justdave a= justdave
parent 733c8982
......@@ -773,7 +773,7 @@ if (UserInGroup(Param('timetrackinggroup'))) {
$::query .= "$field = " . SqlQuote($er_time);
} else {
ThrowUserError("need_positive_number",
field => $field);
{field => $field});
}
}
}
......
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