Fix typographical error in Recent extension / theme used on the front page
This commit is contained in:
parent
176b1f5494
commit
5ed885c3d0
@ -81,7 +81,7 @@
|
|||||||
else {
|
else {
|
||||||
$post['src'] = $config['uri_thumb'] . $files[0]->thumb;
|
$post['src'] = $config['uri_thumb'] . $files[0]->thumb;
|
||||||
$post['thumbwidth'] = $files[0]->thumbwidth;
|
$post['thumbwidth'] = $files[0]->thumbwidth;
|
||||||
+ $post['thumbheight'] = $files[0]->thumbheight;
|
$post['thumbheight'] = $files[0]->thumbheight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user