Changeset 226
- Timestamp:
- 07/15/06 15:49:17 (2 years ago)
- Files:
-
- 1 modified
-
fusebox5/fuseboxApplication.cfc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fusebox5/fuseboxApplication.cfc
r221 r226 183 183 <cfthrow type="fusebox.missingFuseboxXML" 184 184 message="missing fusebox.xml" 185 detail="The file '#fbFile#' could not be found ."185 detail="The file '#fbFile#' could not be found in the directory #this.approotdirectory#." 186 186 extendedinfo="#cfcatch.detail#" /> 187 187 </cfcatch> … … 329 329 <cfset var needRethrow = true /> 330 330 <cfset var needTryOnFuseaction = false /> 331 <cfset var parsedName = "# arguments.circuitFuseaction#.cfm" />331 <cfset var parsedName = "#lCase(arguments.circuitFuseaction)#.cfm" /> 332 332 <cfset var parsedFile = "#this.getCoreToAppRootPath()##this.parsePath##parsedName#" /> 333 333 <cfset var fullParsedFile = "#this.getApplicationRoot()##this.parsePath##parsedName#" />
