Changeset 2338

Show
Ignore:
Timestamp:
06/23/09 23:29:45 (9 months ago)
Author:
sullah
Message:

fixed small issue

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • coldbox/trunk/system/plugins/XMLConverter.cfc

    r2337 r2338  
    2929<cfcomponent name="XMLConverter" 
    3030                         hint="A utility tool that can marshall data to XML" 
     31                         extends="coldbox.system.Plugin" 
    3132                         output="false" 
    3233                         cache="true">