function name

This commit is contained in:
nobody 2020-09-11 02:29:13 -07:00
parent 0c026be2c1
commit 61685aeadd
1 changed files with 1 additions and 1 deletions

View File

@ -2673,7 +2673,7 @@ class Item
if (!$mention) { if (!$mention) {
$tags = Tag::getByURIId($item_id, [Tag::MENTION, Tag::EXCLUSIVE_MENTION]); $tags = Tag::getByURIId($item_id, [Tag::MENTION, Tag::EXCLUSIVE_MENTION]);
$foreach ($tags as $tag) { foreach ($tags as $tag) {
if (Strings::compareLink($link, $tag['url']) || Strings::compareLink($dlink, $tag['url'])) { if (Strings::compareLink($link, $tag['url']) || Strings::compareLink($dlink, $tag['url'])) {
$mention = true; $mention = true;
Logger::log('mention found in tag: ' . $tag['url']); Logger::log('mention found in tag: ' . $tag['url']);