Changeset 1912


Ignore:
Timestamp:
03/11/10 21:17:23 (2 years ago)
Author:
mattlevine
Message:
  1. Changing onApplicationLoad to fire via executeScripts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/config/appcfc/onApplicationStart_include.cfm

    r1885 r1912  
    199199 
    200200<cfset pluginEvent=createObject("component","mura.event")>                       
    201 <cfset application.pluginManager.announceEvent('onApplicationLoad', pluginEvent)> 
     201<cfset application.pluginManager.executeScripts(runat='onApplicationLoad',event= pluginEvent)> 
    202202                 
    203203<!--- Fire local onApplicationLoad events---> 
Note: See TracChangeset for help on using the changeset viewer.