function name
This commit is contained in:
parent
0c026be2c1
commit
61685aeadd
1 changed files with 1 additions and 1 deletions
|
@ -2673,7 +2673,7 @@ class Item
|
|||
|
||||
if (!$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'])) {
|
||||
$mention = true;
|
||||
Logger::log('mention found in tag: ' . $tag['url']);
|
||||
|
|
Loading…
Reference in a new issue