src build elFinder-2.1-542efad

This commit is contained in:
nao-pon
2017-09-12 11:05:37 +09:00
parent 1fb803b9e9
commit 8a69876c2a
9 changed files with 82 additions and 44 deletions
+2 -2
View File
@@ -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;
}
}