diff --git a/plugins/system/fields/fields.php b/plugins/system/fields/fields.php index 874c76d7aec34..5ad9d3ff7df56 100644 --- a/plugins/system/fields/fields.php +++ b/plugins/system/fields/fields.php @@ -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); }