Changeset 1269

Show
Ignore:
Timestamp:
01/22/08 09:10:40 (5 years ago)
Author:
lmajano
Message:

Ticket #330
bug on returning debug mode value.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/src/system/frameworkSupertype.cfc

    r1268 r1269  
    219219        <!--- Debug Mode Facades ---> 
    220220        <cffunction name="getDebugMode" access="public" hint="Facade to get your current debug mode" returntype="boolean"  output="false"> 
    221                 <cfset controller.getDebuggerService().getDebugMode()> 
     221                <cfreturn controller.getDebuggerService().getDebugMode()> 
    222222        </cffunction> 
    223223        <cffunction name="setDebugMode" access="public" hint="Facade to set your debug mode" returntype="void"  output="false">