|
@@ -237,7 +237,8 @@ |
|
|
block discarded – undo |
|
237
|
237
|
$geo_link = ''; |
|
238
|
238
|
if (Auth::isAdmin() && $showmap) { |
|
239
|
239
|
$location = new PlaceLocation($place->gedcomName()); |
|
240
|
|
- if ($location->id() !== null || $location->parent()->id() !== null) { //Can't edit the world's coordinates |
|
|
240
|
+ if ($location->id() !== null || $location->parent()->id() !== null) { |
|
|
241
|
+//Can't edit the world's coordinates |
|
241
|
242
|
$geo_link = route(MapDataEdit::class, ['place_id' => $location->id()]); |
|
242
|
243
|
} |
|
243
|
244
|
} |
Please login to merge, or discard this patch.