Ticket #176 (closed defect: fixed)
getValue() Should Only Return Specified Key
| Reported by: | brian428 | Owned by: | sean@… |
|---|---|---|---|
| Type: | defect | Priority: | normal |
| Milestone: | Fusebox 5.1 | Component: | Miscellaneous |
| Version: | 5.1 | Severity: | normal |
| Keywords: | Cc: |
Description
I think that line 37 in FuseboxEvent?.cfc, the method getValue, needs to be changed from:
<cfreturn variables.attributes />
to:
<cfreturn variables.attributes[arguments.valueName] />
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
