#238 썸네일 경로 변경.

This commit is contained in:
bnu 2013-12-30 17:35:18 +09:00
parent 194ce8614a
commit e42cb2f26e
5 changed files with 8 additions and 8 deletions

View file

@ -562,7 +562,7 @@ class commentItem extends Object
}
// Define thumbnail information
$thumbnail_path = sprintf('files/cache/thumbnails/%s', getNumberingPath($this->comment_srl, 3));
$thumbnail_path = sprintf('files/thumbnails/%s', getNumberingPath($this->comment_srl, 3));
$thumbnail_file = sprintf('%s%dx%d.%s.jpg', $thumbnail_path, $width, $height, $thumbnail_type);
$thumbnail_url = Context::getRequestUri() . $thumbnail_file;