Fix typographical error in Recent extension / theme used on the front page

This commit is contained in:
Benjamin Southall 2017-06-01 07:06:34 +09:00
parent 9e57b5c30d
commit 6f7dc038f3

View File

@ -81,7 +81,7 @@
else {
$post['src'] = $config['uri_thumb'] . $files[0]->thumb;
$post['thumbwidth'] = $files[0]->thumbwidth;
+ $post['thumbheight'] = $files[0]->thumbheight;
$post['thumbheight'] = $files[0]->thumbheight;
}
}