Typo
This commit is contained in:
parent
022eb4d673
commit
25d4c11f3f
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue