Changeset 2999 for branches/5.2
- Timestamp:
- 10/06/10 23:46:11 (20 months ago)
- Location:
- branches/5.2/www/requirements/mura
- Files:
-
- 2 edited
-
Handler/standardDoActionsHandler.cfc (modified) (1 diff)
-
event.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/www/requirements/mura/Handler/standardDoActionsHandler.cfc
r1945 r2999 50 50 <cfcase value="logout"> 51 51 <cfset application.loginManager.logout()> 52 <cfset event.get Value('HandlerFactory').get("standardPostLogout").handle(event)>52 <cfset event.getHandler("standardPostLogout").handle(event)> 53 53 </cfcase> 54 54 -
branches/5.2/www/requirements/mura/event.cfc
r2459 r2999 56 56 </cfif> 57 57 58 <cfif not structKeyExists(variables.event,"muraScope")> 59 <cfset setValue("MuraScope",createObject("component","mura.MuraScope"))> 60 <cfset getValue('MuraScope').setEvent(this)> 61 </cfif> 58 <cfset setValue("MuraScope",createObject("component","mura.MuraScope"))> 59 <cfset getValue('MuraScope').setEvent(this)> 62 60 63 61 <cfreturn this />
Note: See TracChangeset
for help on using the changeset viewer.
