From ed314de0c1e37d553e4cccea18a2b233b3bd6d5e Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 16 Nov 2019 23:17:23 +0200 Subject: [PATCH] Enabled cache --- 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 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;