Add double-density support to photo thumbnails #28
| @ -335,6 +335,11 @@ class Thumbnail | |||||||
| 		{ | 		{ | ||||||
| 			$thumb_selector = $this->width . 'x' . $this->height . $this->filename_suffix; | 			$thumb_selector = $this->width . 'x' . $this->height . $this->filename_suffix; | ||||||
| 			$this->thumbnails[$thumb_selector] = $filename !== 'NULL' ? $filename : null; | 			$this->thumbnails[$thumb_selector] = $filename !== 'NULL' ? $filename : null; | ||||||
|  | 
 | ||||||
|  | 			// For consistency, write new thumbnail filename to parent Image object.
 | ||||||
|  | 			// TODO: there could still be an inconsistency if multiple objects exists for the same image asset.
 | ||||||
|  | 			$this->image->getThumbnails()[$thumb_selector] = $this->thumbnails[$thumb_selector]; | ||||||
|  | 
 | ||||||
| 			return $success; | 			return $success; | ||||||
| 		} | 		} | ||||||
| 		else | 		else | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user