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;