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/myFusebox.cfc

    r261 r262  
    5151<cfcomponent hint="I provide the per-request myFusebox data structure and some convenience methods."> 
    5252        <cfscript> 
    53         this.version.runtime     = "unknown"; 
     53        this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 
     54           
    5455        this.version.loader      = "unknown"; 
    5556        this.version.transformer = "unknown"; 
    5657        this.version.parser      = "unknown"; 
    57            
    58         this.version.runtime     = "5.0.1.#REReplace('$LastChangedRevision$','[^0-9]','','all')#"; 
    5958           
    6059        this.thisCircuit = "";