mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
More notices ...
This commit is contained in:
parent
61168ccb65
commit
703c668a37
4 changed files with 8 additions and 6 deletions
|
@ -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']);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue