From fdc513863dba8d54d6b3a7cf7452e7042f306d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?s=C3=B8renpeter?= Date: Thu, 28 Dec 2023 19:21:21 +0100 Subject: [PATCH] removed gallery workaround --- views/gallery.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/views/gallery.php b/views/gallery.php index 97a9a64..cf29c39 100644 --- a/views/gallery.php +++ b/views/gallery.php @@ -39,10 +39,7 @@ foreach ($twts as $twt) { $img_array = getImagesFromTwt($twt->content); foreach ($img_array as $img) { - $img_link = $img[0]; - - echo ''.$img_link.''; - //echo ''.$img[0].''; // Workaround until cache issue is resolved + echo ''.$img[0].''; } } ?>