More notices ...

This commit is contained in:
Michael 2018-09-02 08:01:13 +00:00
parent 61168ccb65
commit 703c668a37
4 changed files with 8 additions and 6 deletions

View file

@ -492,7 +492,7 @@ class Profile
if (isset($p['address'])) {
$p['address'] = BBCode::convert($p['address']);
} else {
} elseif (isset($p['location'])) {
$p['address'] = BBCode::convert($p['location']);
}