Changeset 2557

Show
Ignore:
Timestamp:
07/19/10 20:49:54 (7 weeks ago)
Author:
mattlevine
Message:

1. Removing muraWRM from plugin include and component references.

Files:
1 modified

Legend:

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

    r2488 r2557  
    17051705                                <cfif not headerFound> 
    17061706                                        <cfset pluginBasePath="/plugins/"> 
    1707                                         <cfif fileExists(expandPath("/#application.configBean.getWebRootMap()##pluginbasePath#") & i)> 
     1707                                        <cfif fileExists(expandPath("#pluginbasePath#") & i)> 
    17081708                                                <cfset pluginID=listFirst(listLast(i,"_"),"/")> 
    17091709                                                <cfset event.setValue('pluginConfig',application.pluginManager.getConfig(pluginID))> 
     
    17111711                                                <cfset pluginPath= application.configBean.getContext() & pluginBasePath & pluginConfig.getDirectory() & "/" >            
    17121712                                                <cfset event.setValue('pluginPath',pluginPath)> 
    1713                                                 <cfinclude  template="/#application.configBean.getWebRootMap()##pluginBasePath##i#"> 
     1713                                                <cfinclude  template="#pluginBasePath##i#"> 
    17141714                                                <cfset headerFound=true /> 
    17151715                                                <cfset event.removeValue("pluginPath")>