Changeset 3813
- Timestamp:
- 04/18/07 11:03:09 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfThumbnailPlugin/lib/sfThumbnail.class.php
r2424 r3813 211 211 * @throws Exception 212 212 */ 213 function loadData ($image, $mime)213 function loadData($image, $mime) 214 214 { 215 215 if (in_array($mime,$this->imgTypes)) … … 311 311 if ($this->sourceWidth == $this->maxWidth && $this->sourceHeight == $this->maxHeight) 312 312 { 313 $this->thumb = $this->source;313 $this->thumb = $this->source; 314 314 } 315 315 else