Fix subForm functionality

This commit is contained in:
Johannes Meyer 2014-05-13 15:28:27 +02:00
parent de169c7bf5
commit 51bac035ac
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ class Form extends Zend_Form
$decorators = $this->getDecorators();
if (empty($decorators)) {
$this->addDecorator('FormElements')
//->addDecorator('HtmlTag', array('tag' => 'dl', 'class' => 'zend_form'))
->addDecorator('HtmlTag', array('tag' => 'div')) // Quickfix to get subForms to work
->addDecorator('Form');
}