How is this typo still in here?
This commit is contained in:
		
							parent
							
								
									1a8c2d31c7
								
							
						
					
					
						commit
						9e67e531aa
					
				| @ -191,7 +191,7 @@ abstract class DataHandlerExtension extends SimpleExtension { | |||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	public function onThumnbnailGeneration(ThumbnailGenerationEvent $event) { | 	public function onThumbnailGeneration(ThumbnailGenerationEvent $event) { | ||||||
| 		if($this->supported_ext($event->type)) { | 		if($this->supported_ext($event->type)) { | ||||||
| 			if (method_exists($this, 'create_thumb_force') && $event->force == true) { | 			if (method_exists($this, 'create_thumb_force') && $event->force == true) { | ||||||
| 				 $this->create_thumb_force($event->hash); | 				 $this->create_thumb_force($event->hash); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user