Merge pull request #2201 from annando/1512-location-bbcode

Bugfix: The location wasn't parsed through bbcode
This commit is contained in:
Tobias Diekershoff 2015-12-25 10:02:59 +01:00
commit c3ae4a03bb
1 changed files with 2 additions and 2 deletions

View 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);