Merge branch 'catalog-spoiler-fix' of https://github.com/marlencrabapple/vichan

This commit is contained in:
czaks 2014-09-20 06:44:03 +02:00
commit ea3c571d6c

View File

@ -65,6 +65,9 @@
$post['file'] = $config['image_deleted']; $post['file'] = $config['image_deleted'];
} }
} }
else if($files[0]->thumb == 'spoiler') {
$post['file'] = '/' . $config['spoiler_image'];
}
else { else {
$post['file'] = $config['uri_thumb'] . $files[0]->thumb; $post['file'] = $config['uri_thumb'] . $files[0]->thumb;
} }