History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1388
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Blair McKenzie
Reporter: Joel Cass
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

dmProfile has incorrect return reference

Created: 01/Jul/08 06:18 PM   Updated: 13/Aug/08 11:30 AM
Component/s: Security
Affects Version/s: FarCry 5.0 (Fortress)
Fix Version/s: 5.0.2

Time Tracking:
Not Specified


 Description  « Hide
See /farcry/core/packages/types/dmProfile.cfc

Line 170

<cfset stResult.bSuccess = false />

should be

<cfset stReturn.bSuccess = false />

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Blair McKenzie - 12/Aug/08 11:40 AM
Committed fix provided.