Changeset 2438 for branches/5.2/www/requirements/mura/event.cfc
- Timestamp:
- 06/28/10 05:42:33 (23 months ago)
- File:
-
- 1 edited
-
branches/5.2/www/requirements/mura/event.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/www/requirements/mura/event.cfc
r2436 r2438 187 187 </cfif> 188 188 <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')))> 190 190 </cfif> 191 191 <cfif not valueExists("themeRenderer") and fileExists(expandPath(getSite().getThemeIncludePath()) & "/contentRenderer.cfc")>
Note: See TracChangeset
for help on using the changeset viewer.
