Changeset 2539 for trunk/modules/forge/libraries/Form_Group.php
- Timestamp:
- 04/20/2008 12:44:55 PM (6 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Form_Group.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Form_Group.php
r2537 r2539 63 63 else 64 64 { 65 $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($ val)) : $val;65 $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($this->data['name'])) : $val; 66 66 return $this; 67 67 }
