Fixed spoiler images in the catalog theme.

This commit is contained in:
marlencrabapple 2014-09-17 16:15:18 -07:00
parent a194b142ab
commit 836374dc96

View File

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