This commit is contained in:
Samuel Georges 2015-03-04 19:09:59 +11:00
parent 022eb4d673
commit 25d4c11f3f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ class Repeater extends FormWidgetBase
protected function processExistingItems()
{
$itemIndexes = post(self::INDEX_PREFIX.$this->formField->getName(false), $this->getLoadValue());
$itemIndexes = post(self::INDEX_PREFIX.$this->formField->getName(false), array_keys($this->getLoadValue()));
if (!is_array($itemIndexes)) return;