diff --git a/core/extension.class.php b/core/extension.class.php index e02df376..98d6bc15 100644 --- a/core/extension.class.php +++ b/core/extension.class.php @@ -188,7 +188,7 @@ abstract class DataHandlerExtension extends SimpleExtension { } } - public function onThumnbnailGeneration($event) { + public function onThumbnailGeneration($event) { if($this->supported_ext($event->type)) { if (method_exists($this, 'create_thumb_force') && $event->force == true) { $this->create_thumb_force($event->hash);