Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
Merge branch 'patch-1' of git://github.com/radnan/zf2 into hotfix/3735
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Feb 19, 2013
2 parents f639c92 + 6ce846e commit 08f61d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Form/FormElementManager.php
Expand Up @@ -85,7 +85,7 @@ public function __construct(ConfigInterface $configuration = null)
public function injectFactory($element)
{
if ($element instanceof FormFactoryAwareInterface) {
$element->setFormFactory(new Factory($this));
$element->getFormFactory()->setFormElementManager($this);
}
}

Expand Down

0 comments on commit 08f61d5

Please sign in to comment.