also continue if we have not got a filepath for some reasonÃ

This commit is contained in:
Mario
2025-04-21 15:27:55 +00:00
parent 7505f7039a
commit 86e88c6bb0

View File

@@ -1447,7 +1447,7 @@ function smilies($s, $sample = false, $terms = []) {
}
}
if (!$emoji) {
if (!$emoji || empty($emoji['filepath'])) {
continue;
}