diff --git a/app/Model/Attribute.php b/app/Model/Attribute.php index 90dd77e46..248b4cab2 100644 --- a/app/Model/Attribute.php +++ b/app/Model/Attribute.php @@ -2686,7 +2686,7 @@ class Attribute extends AppModel } // validation only so we can cull the problematic attributes - $this->saveMany($attributes, $saveOptions); + $this->saveAll($attributes, $saveOptions); if (!empty($this->validationErrors)) { foreach ($this->validationErrors as $key => $validationError) { $this->logDropped($user, $attributes[$key], 'edit', $validationError);