mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Remove comment
This commit is contained in:
committed by
Pierrick Le Gall
parent
24c51f7225
commit
1647147a9c
@@ -220,7 +220,6 @@ function get_sync_metadata($infos)
|
||||
$infos['height'] = round(explode(" ", $vb)[3]);
|
||||
}
|
||||
}
|
||||
// Only get image size for images. This cuts significant time with large videos.
|
||||
if ($image_size = @getimagesize($file))
|
||||
{
|
||||
$infos['width'] = $image_size[0];
|
||||
|
||||
Reference in New Issue
Block a user