forked from GithubBackups/vichan
Update theme.php (#409)
fixed hardcoded root that broke spoilered images on the catalog if vichan was not installed on the web root.
This commit is contained in:
parent
2d1420b763
commit
b5eee58b96
@ -87,7 +87,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if($files[0]->thumb == 'spoiler') {
|
else if($files[0]->thumb == 'spoiler') {
|
||||||
$post['file'] = '/' . $config['spoiler_image'];
|
$post['file'] = $config['root'] . $config['spoiler_image'];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$post['file'] = $config['uri_thumb'] . $files[0]->thumb;
|
$post['file'] = $config['uri_thumb'] . $files[0]->thumb;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user