Skip to content

Commit

Permalink
Show thumbs by default
Browse files Browse the repository at this point in the history
  • Loading branch information
instantflorian committed Jul 12, 2020
1 parent c988fc0 commit 4ca0e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wbce/admin/media/browse.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ function fsize($size) {

if (!is_array($pathsettings)) {
$pathsettings = array();
$pathsettings['global']['show_thumbs'] = true;
$pathsettings['global']['show_thumbs'] = false; // this way images ARE shown m( m( m(
}
if (!$pathsettings['global']['show_thumbs']) {
$info = @getimagesize(WB_PATH.MEDIA_DIRECTORY.$directory.'/'.$name);
Expand Down

0 comments on commit 4ca0e2e

Please sign in to comment.