mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 09:44:28 +01:00
Fix spoiler image not working
This commit is contained in:
parent
d94bff238e
commit
47e81b7e9b
@ -1588,7 +1588,7 @@ function mod_spoiler_image($board, $post, $file) {
|
||||
$size_spoiler_image = @getimagesize($config['spoiler_image']);
|
||||
file_unlink($config['dir']['img_root'] . $board . '/' . $config['dir']['thumb'] . $files[$file]->thumb);
|
||||
$files[$file]->thumb = 'spoiler';
|
||||
$files[$file]->thumbwidth = $size_spoiler[0];
|
||||
$files[$file]->thumbwidth = $size_spoiler_image[0];
|
||||
$files[$file]->thumbheight = $size_spoiler_image[1];
|
||||
|
||||
// Make thumbnail spoiler
|
||||
|
Loading…
Reference in New Issue
Block a user