From 1c7ce5a3ac210b543caf2e135335fc826fe0cd62 Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 24 Dec 2009 07:34:29 +0000 Subject: [PATCH] get the THUMB link... *headdesk* --- core/imageboard.pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')); } }