From 07968489c56aed1e01d75c1c8a8e6bc7801b942f Mon Sep 17 00:00:00 2001 From: Luca Date: Tue, 20 Feb 2018 17:51:05 +0100 Subject: [PATCH] Fix per chiamate https api google --- modules/anagrafiche/edit.php | 2 +- plugins/sedi/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/anagrafiche/edit.php b/modules/anagrafiche/edit.php index 7d260b18a..f4ff2a700 100644 --- a/modules/anagrafiche/edit.php +++ b/modules/anagrafiche/edit.php @@ -9,7 +9,7 @@ $google = Settings::get('Google Maps API key'); if (!empty($google)) { echo ' -'; +'; } if (!$cliente) { diff --git a/plugins/sedi/edit.php b/plugins/sedi/edit.php index c2b24d0c9..51da4725b 100644 --- a/plugins/sedi/edit.php +++ b/plugins/sedi/edit.php @@ -7,7 +7,7 @@ $google = Settings::get('Google Maps API key'); /* if (!empty($google)) { echo ' -'; +'; } */