Skip to content

Commit

Permalink
coding style compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
stutteringp0et committed Dec 8, 2017
1 parent 9a8ea20 commit a46fad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/fields/fields.php
Expand Up @@ -95,7 +95,7 @@ public function onContentAfterSave($context, $item, $isNew, $data = array())
{
$value = json_encode($value);
}

// Setting the value for the field and the item
$model->setFieldValue($field->id, $item->id, $value);
}
Expand Down

0 comments on commit a46fad9

Please sign in to comment.