From aa6439884bb46e260e1e4c2f2ed7f60e012b139d Mon Sep 17 00:00:00 2001
From: "florian.azizian" <florian.azizian@maarch.org>
Date: Fri, 12 Feb 2021 15:43:14 +0100
Subject: [PATCH] FEAT #11228 TIME 0:45 Resize gif picture

---
 src/app/user/controllers/UserController.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/user/controllers/UserController.php b/src/app/user/controllers/UserController.php
index 2b748861ab..03f2c975e5 100755
--- a/src/app/user/controllers/UserController.php
+++ b/src/app/user/controllers/UserController.php
@@ -286,7 +286,7 @@ class UserController
             $imagick->rotateImage(new \ImagickPixel(), $body['pictureOrientation']);
         }
         $imagick->thumbnailImage(100, null);
-        $body['picture'] = base64_encode($imagick->getImageBlob());
+        $body['picture'] = base64_encode($imagick->getImagesBlob());
 
         $set = [
             'picture' => $infoContent . $body['picture']
-- 
GitLab