X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fidentity.php;h=2dbf34587d1f0debcad45f2ffec0d1e1afc1855d;hb=c3ae4a03bb84dded24ce2643b58466f0abedf437;hp=d87d891a5cdf3120ff350542b51602849c28e430;hpb=c00772204100a44267c38f7a2533268b5dff1248;p=friendica.git diff --git a/include/identity.php b/include/identity.php index d87d891a5c..2dbf34587d 100644 --- a/include/identity.php +++ b/include/identity.php @@ -363,8 +363,8 @@ if(! function_exists('profile_sidebar')) { if (isset($p["about"])) $p["about"] = bbcode($p["about"]); - if (isset($p["location"])) - $p["location"] = bbcode($p["location"]); + if (isset($p["address"])) + $p["address"] = bbcode($p["address"]); if (isset($p["photo"])) $p["photo"] = proxy_url($p["photo"], false, PROXY_SIZE_SMALL);