From 09d1b333abc940a0c3a5d67911f23b2f4a7e9236 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 16 Nov 2019 14:43:30 +0200 Subject: [PATCH] avatars debug --- app/controllers/avatars.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/avatars.php b/app/controllers/avatars.php index 56e8cd3a98..52658516ae 100644 --- a/app/controllers/avatars.php +++ b/app/controllers/avatars.php @@ -76,7 +76,7 @@ $avatarCallback = function ($type, $code, $width, $height, $quality) use ($types $data = $resize->output($output, $quality); - $cache->save($key, $data); + //$cache->save($key, $data); echo $data;