]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Profile.php
Merge branch '2019.01-rc' into bug/6334-escape-get-app
[friendica.git] / src / Model / Profile.php
index 36840c17fad4857f584e7ea26190a2a6823eeba6..49fb868e3a9f3307db49e6009dd5e8d71fd57538 100644 (file)
@@ -514,6 +514,10 @@ class Profile
                        $p['address'] = $p['location'];
                }
 
+               if (isset($p['address'])) {
+                       $p['address'] = BBCode::convert($p['address']);
+               }
+
                if (isset($p['photo'])) {
                        $p['photo'] = ProxyUtils::proxifyUrl($p['photo'], false, ProxyUtils::SIZE_SMALL);
                }