Skip to content

Commit

Permalink
Rename the fields property to jcfields
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Mar 11, 2017
1 parent e4c6597 commit b00916b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions plugins/system/fields/fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,8 @@ public function onContentPrepare($context, $item)

foreach ($fields as $key => $field)
{
$item->fields[$field->id] = $field;
$item->jcfields[$field->id] = $field;
}

return;
}

/**
Expand Down

0 comments on commit b00916b

Please sign in to comment.