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

Fixes #155 by resetting permissions to an empty string on each loop iteration when loading fuseactions.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxCircuit.cfc

    r221 r254  
    513513                        <!--- default fuseaction access to circuit access ---> 
    514514                        <cfset access = this.access /> 
     515                        <!--- default fuseaction permissions to empty string ---> 
     516                        <cfset permissions = "" /> 
    515517                        <cfset attribs = children[i].xmlAttributes /> 
    516518