Changeset 2460

Show
Ignore:
Timestamp:
04/09/08 14:30:40 (4 months ago)
Author:
PugFish
Message:

Fixing #548, thanks tterragcnoom!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/modules/forge/libraries/Forge.php

    r2297 r2460  
    242242                                $data[$input->name] = $input; 
    243243 
     244                                // Groups will never have errors, so skip them 
     245                                if ($input instanceof Form_Group) 
     246                                        continue; 
     247 
    244248                                // Compile the error messages for this input 
    245249                                $messages = '';