mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-542efad
This commit is contained in:
@@ -3140,11 +3140,11 @@ abstract class elFinderVolumeDriver {
|
||||
|
||||
if (! empty($options['checkAnimated'])) {
|
||||
if ($this->imgLib !== 'imagick' && $this->imgLib !== 'convert') {
|
||||
if (elFinder::isAnimationGif($work_path)) {
|
||||
if (elFinder::isAnimationGif($src)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (elFinder::isAnimationPng($work_path)) {
|
||||
if (elFinder::isAnimationPng($src)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user