Show
Ignore:
Timestamp:
11/21/2009 11:29:49 AM (4 months ago)
Author:
peterfarrell
Message:

- Added in missing output attributes on cffunctions (long story)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/1-8-0/trunk/framework/ListenerInvoker.cfc

    r1892 r1972  
    6464        PUBLIC FUNCTIONS 
    6565        ---> 
    66         <cffunction name="invokeListener" access="public" returntype="void" 
     66        <cffunction name="invokeListener" access="public" returntype="void" output="true" 
    6767                hint="Invokes the target Listener with the Event."> 
    6868                <cfargument name="event" type="MachII.framework.Event" required="true"