Map is moved to the new place
This commit is contained in:
parent
9d574f6666
commit
ea10a7c002
5 changed files with 10 additions and 10 deletions
|
@ -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']);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue