Changeset 756

Show
Ignore:
Timestamp:
09/20/08 18:55:14 (2 months ago)
Author:
a.haskell@…
Message:

strict mode, forgot to put in my last code change...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/trunk/corefiles/fuseboxCircuit.cfc

    r755 r756  
    124124                        </cfif> 
    125125                </cfloop> 
     126                <cfif variables.fuseboxApplication.strictMode> 
     127                        <cfset circuitFile = storedCircuitPath /> 
     128                </cfif> 
    126129                <cfif structKeyExists(this,"timestamp")> 
    127130                        <!--- Java timestamp solution provided by Daniel Schmid --->