Removed unneeded parameter

This commit is contained in:
Michael 2023-07-16 16:48:24 +00:00
parent 7315048474
commit 7e322c21b3
7 changed files with 9 additions and 12 deletions

View file

@ -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'])) {