Show
Ignore:
Timestamp:
12/13/06 21:35:55 (2 years ago)
Author:
scorfield
Message:

Fixes #157 by allowing "yes" and "no" wherever only "true" or "false" were previously allowed.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxCircuit.cfc

    r266 r267  
    505505                        <cfset variables.hasAction[arguments.prePost] = true /> 
    506506                        <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> 
    508508                                        <cfthrow type="fusebox.badGrammar.invalidAttributeValue" 
    509509                                                        message="Attribute has invalid value"