diff --git a/app/controllers/avatars.php b/app/controllers/avatars.php index 52658516ae..56e8cd3a98 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;