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

Fixes #158 by moving the attribute check for plugins inside the (existing) conditional that checked the declaration's xmlName.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/fuseboxApplication.cfc

    r261 r262  
    835835                                        hint="I am the parsed XML representation of the fusebox.xml file." /> 
    836836                 
     837                <!--- TODO: this xpath means that we can't spot bad phase declarations: ---> 
    837838                <cfset var children = xmlSearch(arguments.fbCode,"/fusebox/plugins/phase") /> 
    838839                <cfset var i = 0 />