Development

Changeset 33487

You must first sign up to be able to contribute.

Changeset 33487

Show
Ignore:
Timestamp:
07/10/12 16:28:02 (11 months ago)
Author:
pmacadden
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/dcReloadedFormExtraPlugin/trunk/lib/form/pmFormPropel.class.php

    r33485 r33487  
    4545    // But now, copy each widget instead of the while form into the current 
    4646    // form. Each widget ist named "formname-fieldname". 
    47       foreach ($form->getWidgetSchema()->getFields() as $field => $widget) 
     47    foreach ($form->getWidgetSchema()->getFields() as $field => $widget) 
    4848    { 
    4949      $widgetName = "$name-$field";