Changeset 2539 for trunk/modules/forge

Show
Ignore:
Timestamp:
04/20/2008 12:44:55 PM (6 months ago)
Author:
PugFish
Message:

Really fixing it this time, doh

Files:
1 modified

Legend:

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

    r2537 r2539  
    6363                else 
    6464                { 
    65                         $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($val)) : $val; 
     65                        $this->data['label'] = ($val === TRUE) ? ucwords(inflector::humanize($this->data['name'])) : $val; 
    6666                        return $this; 
    6767                }