Changeset 624

Show
Ignore:
Timestamp:
05/06/07 02:02:38 (6 years ago)
Author:
lmajano
Message:

Ticket #139
Wrong codebase. OOps

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/src/system/plugins/timer.cfc

    r589 r624  
    1111<cfcomponent name="timer" 
    1212                         hint="This is the timer plugin. It is used to time executions. Facade for request variable" 
    13                          extends="basePlugin" 
     13                         extends="coldbox.system.plugin" 
    1414                         output="false" 
    1515                         cache="true"