Changeset 33487
- Timestamp:
- 07/10/12 16:28:02 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/dcReloadedFormExtraPlugin/trunk/lib/form/pmFormPropel.class.php
r33485 r33487 45 45 // But now, copy each widget instead of the while form into the current 46 46 // form. Each widget ist named "formname-fieldname". 47 foreach ($form->getWidgetSchema()->getFields() as $field => $widget)47 foreach ($form->getWidgetSchema()->getFields() as $field => $widget) 48 48 { 49 49 $widgetName = "$name-$field";