From 86e88c6bb09df9de52cb4adb26ea253358b04226 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 21 Apr 2025 15:27:55 +0000 Subject: [PATCH] =?UTF-8?q?also=20continue=20if=20we=20have=20not=20got=20?= =?UTF-8?q?a=20filepath=20for=20some=20reason=C3=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.php b/include/text.php index b4955a78d..8ac6d791f 100644 --- a/include/text.php +++ b/include/text.php @@ -1447,7 +1447,7 @@ function smilies($s, $sample = false, $terms = []) { } } - if (!$emoji) { + if (!$emoji || empty($emoji['filepath'])) { continue; }