be explicit that variables are variables
This commit is contained in:
		
							parent
							
								
									e96a5e1109
								
							
						
					
					
						commit
						3051334d8f
					
				| @ -74,8 +74,8 @@ class IcoFileHandler extends Extension { | |||||||
| 
 | 
 | ||||||
| 		$width = $subheader['width']; | 		$width = $subheader['width']; | ||||||
| 		$height = $subheader['height']; | 		$height = $subheader['height']; | ||||||
| 		$image->width = width == 0 ? 256 : width; | 		$image->width = $width == 0 ? 256 : $width; | ||||||
| 		$image->height = height == 0 ? 256 : height; | 		$image->height = $height == 0 ? 256 : $height; | ||||||
| 
 | 
 | ||||||
| 		$image->filesize  = $metadata['size']; | 		$image->filesize  = $metadata['size']; | ||||||
| 		$image->hash      = $metadata['hash']; | 		$image->hash      = $metadata['hash']; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user