@@ -21,7 +21,7 @@ |
||
| 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(); |