Changeset 302

Show
Ignore:
Timestamp:
01/01/07 22:31:12 (2 years ago)
Author:
scorfield
Message:

Fixed getValue() - reported by Qasim Rasheed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxEvent.cfc

    r292 r302  
    3535 
    3636                <cfif valueExists(arguments.valueName)> 
    37                         <cfreturn variables.attributes /> 
     37                        <cfreturn variables.attributes[arguments.valueName] /> 
    3838                <cfelse> 
    3939                        <cfreturn arguments.defaultValue />