Skip to content

Commit

Permalink
Fixed #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Sep 20, 2013
1 parent 7111e37 commit 0fe5cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MadeYourDay/Contao/CustomElements.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ protected function createDcaItem($fieldPrefix, $fieldName, $fieldConfig, &$palet
);
}

$this->createDcaItemListDummy($fieldPrefix, $fieldName, $fieldConfig, &$paletteFields, $dc, $createFromPost);
$this->createDcaItemListDummy($fieldPrefix, $fieldName, $fieldConfig, $paletteFields, $dc, $createFromPost);

$fieldData = $this->getNestedValue($fieldPrefix . $fieldName);

Expand Down

0 comments on commit 0fe5cda

Please sign in to comment.