diff --git a/ext/image/main.php b/ext/image/main.php index 8c1496d4..f1e9aac6 100644 --- a/ext/image/main.php +++ b/ext/image/main.php @@ -303,7 +303,7 @@ class ImageIO extends Extension { } else { $error = "Image {$existing->id} ". - "already has hash {$image->hash}:

".Themelet::build_thumb_html($existing); + "already has hash {$image->hash}:

".$this->theme->build_thumb_html($existing); throw new ImageAdditionException($error); } }