- Timestamp:
- 11/24/2009 08:03:06 AM (4 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
framework/1-8-0/tags/rc1/properties/HtmlHelperProperty.cfc
r1983 r1987 142 142 <cfcatch type="any"> 143 143 <!--- Some hosts (such as GAE) do not support java.awt.* package so replace with mock function ---> 144 <cfset variables.getImageDimen tions = variables.mock_getImageDimensions />145 <cfset this.getImageDimen tions = this.mock_getImageDimensions />144 <cfset variables.getImageDimensions = variables.mock_getImageDimensions /> 145 <cfset this.getImageDimensions = this.mock_getImageDimensions /> 146 146 </cfcatch> 147 147 </cftry>
