Changeset 2435 for branches/5.2/www/requirements/mura/MuraScope.cfc
- Timestamp:
- 06/27/10 00:33:52 (23 months ago)
- File:
-
- 1 edited
-
branches/5.2/www/requirements/mura/MuraScope.cfc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/www/requirements/mura/MuraScope.cfc
r2434 r2435 33 33 <cfif isObject(getEvent()) and structKeyExists(variables.instance.event,MissingMethodName)> 34 34 <cfset object=variables.instance.event> 35 <cfelseif isObject(getContentRenderer()) and structKeyExists(getContentRenderer(),MissingMethodName)> 36 <cfset object=getContentRenderer()> 35 37 <cfelseif isObject(getThemeRenderer()) and structKeyExists(getThemeRenderer(),MissingMethodName)> 36 38 <cfset object=getThemeRenderer()> 37 <cfelseif isObject(getContentRenderer()) and structKeyExists(getContentRenderer(),MissingMethodName)>38 <cfset object=getContentRenderer()>39 39 <cfelseif isObject(getContentBean()) and structKeyExists(getContentBean(),MissingMethodName)> 40 40 <cfset object=getContentBean()>
Note: See TracChangeset
for help on using the changeset viewer.
