Skip to content

Commit

Permalink
Pass along arguments onSessionEnd so dev can access the application a…
Browse files Browse the repository at this point in the history
…nd session scopes in the correct way inside events/onsessionend.cfm.
  • Loading branch information
perdjurner committed Jan 24, 2012
1 parent eb555bf commit 6d687ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheels/events/onsessionend.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<cfargument name="sessionscope" type="any" required="true">
<cfargument name="applicationscope" type="any" required="true">
<cfscript>
$include(template="#application.wheels.eventPath#/onsessionend.cfm");
$include(template="#arguments.applicationscope.wheels.eventPath#/onsessionend.cfm", argumentCollection=arguments);
</cfscript>
</cffunction>

1 comment on commit 6d687ee

@perdjurner
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Backported.

Please sign in to comment.