Ticket #176 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by scorfield

  • status changed from new to closed
  • resolution set to fixed

Already fixed in SVN.

Changed 2 years ago by scorfield

Changelist [302] for reference.

Note: See TracTickets for help on using tickets.