Show
Ignore:
Timestamp:
11/21/2009 10:55:09 AM (4 months ago)
Author:
peterfarrell
Message:

- Added missing output attribute

Files:
1 modified

Legend:

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

    r1966 r1971  
    9494        PUBLIC FUNCTIONS 
    9595        ---> 
    96         <cffunction name="execute" access="public" returntype="boolean" 
     96        <cffunction name="execute" access="public" returntype="boolean" output="false" 
    9797                hint="Executes the command."> 
    9898                <cfargument name="event" type="MachII.framework.Event" required="true" />