Changeset 2538

Show
Ignore:
Timestamp:
04/20/2008 12:38:26 PM (7 months ago)
Author:
PugFish
Message:

Merging r2537 into releases/2.1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • releases/2.1.2/modules/forge/libraries/Form_Group.php

    r1923 r2538  
    6161                else 
    6262                { 
    63                         $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($this->data['label'])) : $val; 
     63                        $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($val)) : $val; 
    6464                        return $this; 
    6565                }