Skip to content

Commit

Permalink
Fix the doctrine entity autocompleter field. (Revert the changes from…
Browse files Browse the repository at this point in the history
… PR genemu#68, which brought the regression).
  • Loading branch information
Schyzophrenic committed Mar 18, 2012
1 parent 4191698 commit 8f733e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Doctrine/Type/AjaxEntityType.php
Expand Up @@ -49,7 +49,7 @@ public function getDefaultOptions(array $options)
'class' => null,
'property' => null,
'query_builder' => null,
'choices' => array(),
'choices' => null,
'ajax' => false
);

Expand Down

0 comments on commit 8f733e7

Please sign in to comment.