Skip to content
Snippets Groups Projects
Commit fdd82a7f authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix incorrect fix in 37d40efd

parent 1dce0947
No related branches found
No related tags found
No related merge requests found
......@@ -953,7 +953,7 @@ class DynamicFormEntryAnswer extends VerySimpleModel {
elseif (is_object($val) && method_exists($val, 'getId'))
return array($val->getId());
return($val);
return array($val);
}
function asVar() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment