mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:50:10 +00:00
in "getidforurl" "no update" is now "update"
This commit is contained in:
parent
631095eefd
commit
b0086a49e2
14 changed files with 66 additions and 60 deletions
|
@ -471,7 +471,7 @@ class Widget
|
|||
}
|
||||
|
||||
if (Feature::isEnabled($uid, 'tagadelic')) {
|
||||
$owner_id = Contact::getIdForURL($a->profile['url'], 0, true);
|
||||
$owner_id = Contact::getIdForURL($a->profile['url'], 0, false);
|
||||
|
||||
if (!$owner_id) {
|
||||
return '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue