Skip to content

Commit

Permalink
Merge pull request #2 from Quy/patch-1
Browse files Browse the repository at this point in the history
cs
  • Loading branch information
tonypartridge committed Dec 21, 2018
2 parents 9a44119 + e99a4e7 commit da7c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/fields/list/list.php
Expand Up @@ -36,8 +36,8 @@ public function onCustomFieldsPrepareField($context, $item, $field)
{
return;
}
// The field's rawvalue should be an array

// The field's rawvalue should be an array
if (!is_array($field->rawvalue))
{
$field->rawvalue = (array) $field->rawvalue;
Expand Down

0 comments on commit da7c39f

Please sign in to comment.