X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FWidget.php;h=058a7a1fb51c47e82bc2e00e1e299bd03829427c;hb=cc40dcf83cbaa953ca6878aeabf25c96549593a7;hp=c66a4ea9db0bb1c99b06da6d329ca356dd141a36;hpb=85c8bf022841fb53a42e012d2e90dd23f56df2ab;p=friendica.git diff --git a/src/Content/Widget.php b/src/Content/Widget.php index c66a4ea9db..058a7a1fb5 100644 --- a/src/Content/Widget.php +++ b/src/Content/Widget.php @@ -51,7 +51,7 @@ class Widget if ($x || is_site_admin()) { $a->page['aside'] .= '' . $inv; + . ''; } } @@ -330,7 +330,7 @@ class Widget } if (Feature::isEnabled($a->profile['profile_uid'], 'tagadelic')) { - $owner_id = Contact::getIdForURL($a->profile['url']); + $owner_id = Contact::getIdForURL($a->profile['url'], 0, true); if (!$owner_id) { return '';