Changeset 256

Show
Ignore:
Timestamp:
11/03/06 21:49:52 (2 years ago)
Author:
scorfield
Message:

Fixes #140 by passing attributes and myFusebox to the handler.
Also renamed all of the local variables to be less likely to clash with any user-defined variables.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fusebox5.cfm

    r227 r256  
    226226                <cfset myFusebox.trace("Fusebox","Caught Fusebox exception '#cfcatch.type#'") /> 
    227227        </cfif> 
    228         <cfif not isDefined("_fba.errortemplatesPath") or not _fba.handleFuseboxException(cfcatch)> 
     228        <cfif not isDefined("_fba.errortemplatesPath") or not _fba.handleFuseboxException(cfcatch,attributes,myFusebox)> 
    229229                <cfrethrow />  
    230230        </cfif>