1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-07 06:55:25 +02:00

[ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons

PHPBB3-16899
This commit is contained in:
3D-I 2021-10-21 22:05:25 +02:00
parent afbf7aadd2
commit 6218c2e120

View File

@ -116,8 +116,8 @@ class acp_icons
$_images[$path . $img]['file'] = $path . $img;
$_images[$path . $img]['width'] = $img_size ? $img_size[0] : '';
$_images[$path . $img]['height'] = $img_size ? $img_size[1] : '';
$_images[$path . $img]['width'] = $img_size ? $img_size[0] : 127;
$_images[$path . $img]['height'] = $img_size ? $img_size[1] : 127;
}
}
unset($imglist);