Browse Source

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

pull/40/head
Benjamin Southall 7 years ago
parent
commit
5ed885c3d0
  1. 2
      templates/themes/recent/theme.php

2
templates/themes/recent/theme.php

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

Loading…
Cancel
Save