mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
also continue if we have not got a filepath for some reasonÃ
This commit is contained in:
@@ -1447,7 +1447,7 @@ function smilies($s, $sample = false, $terms = []) {
|
||||
}
|
||||
}
|
||||
|
||||
if (!$emoji) {
|
||||
if (!$emoji || empty($emoji['filepath'])) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user