Index: trunk/extensions/Maps/Maps.php |
— | — | @@ -78,9 +78,9 @@ |
79 | 79 | * Initialization function for the Maps extension. |
80 | 80 | */ |
81 | 81 | function efMapsSetup() { |
82 | | - global $wgExtensionCredits, $wgLang, $wgAutoloadClasses, $IP, $wgStyleVersion, $wgScriptPath, $wgJsMimeType, $wgExtensionAssetsPath; |
83 | | - global $egMapsDefaultService, $egMapsAvailableServices, $egMapsServices, $egMapsDefaultGeoService, $egMapsScriptPath; |
84 | | - global $egMapsDir, $egMapsAvailableFeatures, $egMapsUseMinJs, $egMapsJsExt, $egMapsStyleVersion; |
| 82 | + global $wgExtensionCredits, $wgLang, $wgAutoloadClasses; |
| 83 | + global $egMapsDefaultService, $egMapsAvailableServices, $egMapsServices; |
| 84 | + global $egMapsDir, $egMapsUseMinJs, $egMapsJsExt; |
85 | 85 | |
86 | 86 | // Autoload the includes/ classes. |
87 | 87 | $wgAutoloadClasses['MapsMapper'] = $egMapsDir . 'Includes/Maps_Mapper.php'; |
— | — | @@ -97,7 +97,7 @@ |
98 | 98 | require_once $egMapsDir . 'Services/Maps_iMappingService.php'; |
99 | 99 | $wgAutoloadClasses['MapsMappingService'] = $egMapsDir . 'Services/Maps_MappingService.php'; |
100 | 100 | |
101 | | - wfRunHooks( 'MappingServiceLoad' ); |
| 101 | + wfRunHooks( 'MappingServiceLoad' ); |
102 | 102 | |
103 | 103 | wfRunHooks( 'MappingFeatureLoad' ); |
104 | 104 | |