Changeset 2983

Show
Ignore:
Timestamp:
07/07/2008 02:07:24 PM (5 months ago)
Author:
Shadowhand
Message:

Fixing #497, thanks Sqter.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Form_Input.php

    r2977 r2983  
    491491                                { 
    492492                                        // Field does not match 
    493                                         $this->errors['matches'] = array($input->name); 
     493                                        $this->errors['matches'] = array($input->label ? utf8::strtolower($input->label) : $input->name); 
    494494                                        break; 
    495495                                }