Test Setup Failed
Pull Request — 1.11.x (#1541)
by José
33:51 queued 05:26
created
plugin/google_maps/src/map_coordinates.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 
22 22
 if ($apiIsEnable) {
23 23
     $gmapsApiKey = $plugin->get('api_key');
24
-    $htmlHeadXtra[] = '<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?key='. $gmapsApiKey . '" ></script>';
24
+    $htmlHeadXtra[] = '<script type="text/javascript" src="//maps.googleapis.com/maps/api/js?key='.$gmapsApiKey.'" ></script>';
25 25
 }
26 26
 
27 27
 $em = Database::getManager();
Please login to merge, or discard this patch.