Skip to content

Commit 956ab58

Browse files
committed
Pass validation group data to view script chain
Fixes #2
1 parent c54df5e commit 956ab58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/ldc-user-profile/profile/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $form->setAttribute('method', 'post');
1414
<?php echo $this->form()->openTag($form) ?>
1515
<dl class="zend_form">
1616
<?php foreach ($form->getFieldsets() as $fieldset): ?>
17-
<?php echo $this->render('ldc-user-profile/profile/extension/' . $fieldset->getName(), array('fieldset' => $fieldset)); ?>
17+
<?php echo $this->render('ldc-user-profile/profile/extension/' . $fieldset->getName(), array('fieldset' => $fieldset, 'options' => $options)); ?>
1818
<?php endforeach ?>
1919

2020
<?php foreach ($form->getElements() as $element): ?>

0 commit comments

Comments
 (0)