Changeset 2983
- Timestamp:
- 07/07/2008 02:07:24 PM (5 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Input.php
r2977 r2983 491 491 { 492 492 // Field does not match 493 $this->errors['matches'] = array($input-> name);493 $this->errors['matches'] = array($input->label ? utf8::strtolower($input->label) : $input->name); 494 494 break; 495 495 }
