Ignore:
Timestamp:
06/28/10 05:42:33 (23 months ago)
Author:
mattlevine
Message:
  1. Adding the mura scope as an init argument to contentRenderer.cfc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2/www/requirements/mura/event.cfc

    r2436 r2438  
    187187        </cfif> 
    188188        <cfif not valueExists("contentRenderer")> 
    189                 <cfset setValue("contentRenderer",createObject("component","#application.settingsManager.getSite(getValue('siteid')).getAssetMap()#.includes.contentRenderer").init(this))> 
     189                <cfset setValue("contentRenderer",createObject("component","#application.settingsManager.getSite(getValue('siteid')).getAssetMap()#.includes.contentRenderer").init(event=this,$=getValue('MuraScope'),mura=getValue('MuraScope')))> 
    190190        </cfif> 
    191191        <cfif not valueExists("themeRenderer") and fileExists(expandPath(getSite().getThemeIncludePath()) & "/contentRenderer.cfc")> 
Note: See TracChangeset for help on using the changeset viewer.