Index: trunk/extensions/Maps/includes/services/GoogleMaps/Maps_GoogleMaps.php |
— | — | @@ -33,7 +33,7 @@ |
34 | 34 | function __construct( $serviceName ) { |
35 | 35 | parent::__construct( |
36 | 36 | $serviceName, |
37 | | - array( 'googlemaps2', 'google2', 'gmap', 'gmaps' ) |
| 37 | + array( 'google2', 'gmap', 'gmaps' ) |
38 | 38 | ); |
39 | 39 | } |
40 | 40 | |
Index: trunk/extensions/Maps/includes/parserHooks/Maps_DisplayMap.php |
— | — | @@ -121,7 +121,7 @@ |
122 | 122 | 'noparse' => true, |
123 | 123 | 'isHTML' => true |
124 | 124 | ); |
125 | | - } |
| 125 | + } |
126 | 126 | |
127 | 127 | /** |
128 | 128 | * @see ParserHook::getDescription() |