X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fpoco.php;h=651b9938b9dde0a077ca3bf93078fc417628ecb7;hb=f84c696925467f4091a6ac2e27f97d6a921c1643;hp=3656571719c94f0c7930812ce14c20e0f95aee4c;hpb=3cef3ab107f87f999cf4adcc909259925a631cea;p=friendica.git diff --git a/mod/poco.php b/mod/poco.php index 3656571719..651b9938b9 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -123,7 +123,7 @@ function poco_init(App $a) { } $about = DI::cache()->get("about:" . $contact['updated'] . ":" . $contact['nurl']); if (is_null($about)) { - $about = BBCode::convert($contact['about'], false); + $about = BBCode::convertForUriId($contact['uri-id'], $contact['about']); DI::cache()->set("about:" . $contact['updated'] . ":" . $contact['nurl'], $about); }