Index: trunk/extensions/Maps/Geocoders/Maps_BaseGeocoder.php |
— | — | @@ -118,4 +118,4 @@ |
119 | 119 | return count( $match ) > 1 ? $match[1] : false; |
120 | 120 | } |
121 | 121 | |
122 | | -} |
| 122 | +} |
\ No newline at end of file |
Index: trunk/extensions/Maps/Geocoders/Maps_Geocoder.php |
— | — | @@ -165,4 +165,4 @@ |
166 | 166 | |
167 | 167 | return $service; |
168 | 168 | } |
169 | | -} |
| 169 | +} |
\ No newline at end of file |
Index: trunk/extensions/Maps/Features/Maps_ParserFunctions.php |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | * and will load the required classes. |
31 | 31 | */ |
32 | 32 | public static function initialize() { |
33 | | - global $egMapsDir, $egMapsFeatures; |
| 33 | + global $egMapsFeatures; |
34 | 34 | |
35 | 35 | include_once dirname( __FILE__ ) . '/Maps_iMapParserFunction.php'; |
36 | 36 | |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | * @return array |
57 | 57 | */ |
58 | 58 | public static function getMapHtml( Parser &$parser, array $args, $parserFunction ) { |
59 | | - global $wgLang, $egValidatorErrorLevel, $egValidatorFatalLevel, $egMapsServices; |
| 59 | + global $egValidatorFatalLevel, $egMapsServices; |
60 | 60 | |
61 | 61 | array_shift( $args ); // We already know the $parser. |
62 | 62 | |