Skip to content

Commit

Permalink
Merge pull request sonata-project#487 from Alkpone/patch-1
Browse files Browse the repository at this point in the history
Update Controller/HelperController.php
  • Loading branch information
rande committed Jan 24, 2012
2 parents df2a846 + 61c250d commit 9e81aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Controller/HelperController.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ public function retrieveFormFieldElementAction()
$admin->setUniqid($uniqid);
}

$admin->setSubject($subject);

$formBuilder = $admin->getFormBuilder($subject);

$form = $formBuilder->getForm();
Expand Down

0 comments on commit 9e81aa0

Please sign in to comment.