]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: The location wasn't parsed through bbcode
authorMichael Vogel <icarus@dabo.de>
Thu, 24 Dec 2015 11:56:27 +0000 (12:56 +0100)
committerMichael Vogel <icarus@dabo.de>
Thu, 24 Dec 2015 11:56:27 +0000 (12:56 +0100)
include/identity.php

index d87d891a5cdf3120ff350542b51602849c28e430..2dbf34587d1f0debcad45f2ffec0d1e1afc1855d 100644 (file)
@@ -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);