How did this typo get back in here? :/

This commit is contained in:
Shish 2012-02-05 05:06:55 +00:00
parent 4e1300631b
commit 2d334e08ea

View File

@ -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);