diff --git a/core/imageboard.pack.php b/core/imageboard.pack.php index 20438b83..964167d4 100644 --- a/core/imageboard.pack.php +++ b/core/imageboard.pack.php @@ -276,7 +276,7 @@ class Image { return $this->parse_link_template(make_link('_thumbs/$hash/thumb.jpg')); } else { - return $this->parse_link_template(make_link('image/$id.jpg')); + return $this->parse_link_template(make_link('thumb/$id.jpg')); } }