Changeset 258 for framework/trunk/fuseboxApplication.cfc
- Timestamp:
- 11/03/06 22:30:34 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/fuseboxApplication.cfc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fuseboxApplication.cfc
r255 r258 510 510 <cfargument name="myFusebox" type="any" required="true" 511 511 hint="I am the myFusebox object." /> 512 <cfargument name="appKey" type="string" required="true" 513 hint="I am the application key object." /> 512 514 513 515 <cfset var __handled = false /> … … 516 518 <cfset var __errorFile = this.errortemplatesPath & __type & __ext /> 517 519 <cfset var __handlerExists = fileExists(getApplicationRoot() & __errorFile) /> 518 <cfset var FUSEBOX_APPLICATION_KEY = variables.appKey />520 <cfset var FUSEBOX_APPLICATION_KEY = arguments.appKey /> 519 521 520 522 <cfloop condition="not __handlerExists and len(__type) gt 0">
