Changeset 194

Show
Ignore:
Timestamp:
06/17/06 21:23:44 (3 years ago)
Author:
scorfield
Message:

Fixes #78 by reinitializing access inside the loop, for every fuseaction.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • fusebox5/fuseboxCircuit.cfc

    r185 r194  
    505505                <cfset var ns = "" /> 
    506506                <cfset var customAttribs = 0 /> 
    507                 <!--- default fuseaction access to circuit access ---> 
    508                 <cfset var access = this.access /> 
     507                <cfset var access = "" /> 
    509508                <cfset var permissions = "" /> 
    510509                <cfset var strict = variables.fuseboxApplication.strictMode /> 
     
    517516 ---> 
    518517                <cfloop from="1" to="#n#" index="i"> 
     518                        <!--- default fuseaction access to circuit access ---> 
     519                        <cfset access = this.access /> 
    519520                        <cfset attribs = children[i].xmlAttributes /> 
    520521