From 3d582dc0d92e591ce9e01c09ca9f31ec178111e8 Mon Sep 17 00:00:00 2001 From: Shish Date: Fri, 27 Jan 2012 19:08:17 +0000 Subject: [PATCH] protip: don't break everything --- core/extension.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);