Changeset 14606
- Timestamp:
- 01/24/08 10:45:23 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/midcom.helper.datamanager2/formmanager.php
r14390 r14606 222 222 223 223 // iterate over all widgets so that they can add their piece to the form 224 foreach ($this->_schema->fields as $name => $config) 225 { 224 foreach ($this->_schema->field_order as $name) 225 { 226 $config = $this->_schema->fields[$name]; 226 227 if (! $this->_is_widget_visible($name, $config)) 227 228 {
