Revert change

This commit is contained in:
Michael 2023-07-16 09:48:37 +00:00
parent 0ea93bfba1
commit 7315048474

View file

@ -986,7 +986,7 @@ class Event
* 'coordinates' => Latitude and longitude (e.g. '48.864716,2.349014').<br> * 'coordinates' => Latitude and longitude (e.g. '48.864716,2.349014').<br>
* @throws \Friendica\Network\HTTPException\InternalServerErrorException * @throws \Friendica\Network\HTTPException\InternalServerErrorException
*/ */
private static function locationToArray(string $s): array private static function locationToArray(string $s = ''): array
{ {
if ($s == '') { if ($s == '') {
return []; return [];