Changeset 2460
- Timestamp:
- 04/09/08 14:30:40 (4 months ago)
- Files:
-
- trunk/modules/forge/libraries/Forge.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/modules/forge/libraries/Forge.php
r2297 r2460 242 242 $data[$input->name] = $input; 243 243 244 // Groups will never have errors, so skip them 245 if ($input instanceof Form_Group) 246 continue; 247 244 248 // Compile the error messages for this input 245 249 $messages = '';
