mirror of
https://github.com/friendica/friendica
synced 2025-04-27 15:10:11 +00:00
Removed unneeded parameter
This commit is contained in:
parent
7315048474
commit
7e322c21b3
7 changed files with 9 additions and 12 deletions
|
@ -1012,7 +1012,7 @@ class Event
|
|||
}
|
||||
}
|
||||
|
||||
$location['name'] = BBCode::toPlaintext($location['name'], false, true);
|
||||
$location['name'] = BBCode::toPlaintext($location['name'], false);
|
||||
|
||||
// Construct the map HTML.
|
||||
if (isset($location['address'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue