Passed
Pull Request — master (#3703)
by
unknown
07:34
created
app/Module/PlaceHierarchyListModule.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -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.