protip: don't break everything

This commit is contained in:
Shish 2012-01-27 19:08:17 +00:00
parent 38937ebb94
commit 3d582dc0d9

View File

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