Changeset 267 for framework/trunk/fuseboxCircuit.cfc
- Timestamp:
- 12/13/06 21:35:55 (2 years ago)
- Files:
-
- 1 modified
-
framework/trunk/fuseboxCircuit.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
framework/trunk/fuseboxCircuit.cfc
r266 r267 505 505 <cfset variables.hasAction[arguments.prePost] = true /> 506 506 <cfif structKeyExists(children[1].xmlAttributes,"callsuper")> 507 <cfif listFind("true,false ",children[1].xmlAttributes.callsuper) eq 0>507 <cfif listFind("true,false,yes,no",children[1].xmlAttributes.callsuper) eq 0> 508 508 <cfthrow type="fusebox.badGrammar.invalidAttributeValue" 509 509 message="Attribute has invalid value"
