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 176b1f5494
commit 5ed885c3d0

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;
}
}