1
0
Fork 0

Map is moved to the new place

This commit is contained in:
Michael 2017-12-13 21:37:34 +00:00
commit ea10a7c002
5 changed files with 10 additions and 10 deletions

View file

@ -1488,7 +1488,7 @@ function photos_content(App $a) {
}
if ($link_item['coord']) {
$map = generate_map($link_item['coord']);
$map = Map::byCoordinates($link_item['coord']);
}
}