Skip to content

Commit

Permalink
fixup: Issue #2551091: Show map on /locations
Browse files Browse the repository at this point in the history
fixes codesniffer
  • Loading branch information
mstenta committed Jan 22, 2024
1 parent cb0089b commit c29117e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/ui/location/farm_ui_location.post_update.php
Expand Up @@ -18,7 +18,7 @@ function farm_ui_location_post_update_add_locations_map_type(&$sandbox = NULL) {
'label' => 'Locations',
'description' => 'The farmOS locations map.',
'behaviors' => [
'location'
'location',
],
'options' => [],
'dependencies' => [
Expand Down

0 comments on commit c29117e

Please sign in to comment.