Removed unneeded parameter
This commit is contained in:
@@ -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'])) {
|
||||
|
||||
Reference in New Issue
Block a user