diff --git a/src/Model/Item.php b/src/Model/Item.php index 7c4a3cbff..be317b288 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -1832,7 +1832,9 @@ class Item extends BaseObject } if (empty($fields)) { - return; + // when there are no fields at all, just use the condition + // This is to ensure that we always store content. + $fields = $condition; } if (!empty($item['plink'])) {