]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Notifications/Introductions.php
Remove DI dependency from Module\Contact\Profile
[friendica.git] / src / Module / Notifications / Introductions.php
index 48c0d4dfe57f3b6342c1e426c91d2e7c95e6410b..921761ab5cba4548781e88391b35a6dca68f2537 100644 (file)
@@ -147,7 +147,7 @@ class Introductions extends BaseNotifications
                                                $knowyou = '';
                                        }
 
-                                       $convertedName = BBCode::toPlaintext($Introduction->getName(), false, true);
+                                       $convertedName = BBCode::toPlaintext($Introduction->getName(), false);
 
                                        $helptext  = $this->t('Shall your connection be bidirectional or not?');
                                        $helptext2 = $this->t('Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed.', $convertedName, $convertedName);