Changeset 1211
- Timestamp:
- 11/08/09 09:36:40 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ImageManager/Classes/ImageManager.php
r1143 r1211 314 314 || strlen(trim($this->config['thumbnail_dir'])) == 0) 315 315 { 316 Return Files::makeFile($this->getImagesURL(), $thumbnail);316 Return Files::makeFile($this->getImagesURL(),rawurlencode($thumbnail)); 317 317 } 318 318 else … … 325 325 _ddt( __FILE__, __LINE__, "getThumbURL(): url_path is '$url_path'" ); 326 326 327 Return Files::makeFile($url_path, $thumbnail);327 Return Files::makeFile($url_path,rawurlencode($thumbnail)); 328 328 } 329 329 else //should this ever happen?
