Changeset 2984 for tags/2.1.3

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

Merged r2983 into tags/2.1.3

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/2.1.3/modules/forge/libraries/Form_Input.php

    r2705 r2984  
    496496                                { 
    497497                                        // Field does not match 
    498                                         $this->errors['matches'] = array($input->name); 
     498                                        $this->errors['matches'] = array($input->label ? utf8::strtolower($input->label) : $input->name); 
    499499                                        break; 
    500500                                }