mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 17:31:00 +01:00
Revert "change thumb
to file
to overcome a nasty bug in upgrading"
This reverts commit b0faa1a7e4
.
This commit is contained in:
parent
f0d4c2668c
commit
7ca6ce25f5
@ -61,7 +61,7 @@
|
||||
|
||||
// board settings won't be available in the template file, so generate links now
|
||||
$post['link'] = $config['root'] . $board['dir'] . $config['dir']['res'] . sprintf($config['file_page'], ($post['thread'] ? $post['thread'] : $post['id'])) . '#' . $post['id'];
|
||||
if ($files) $post['src'] = $config['uri_thumb'] . $files[0]->file;
|
||||
if ($files) $post['src'] = $config['uri_thumb'] . $files[0]->thumb;
|
||||
|
||||
$recent_images[] = $post;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user