Index: trunk/extensions/Maps/includes/services/YahooMaps/Maps_YahooMaps.php |
— | — | @@ -133,11 +133,10 @@ |
134 | 134 | * @return array |
135 | 135 | */ |
136 | 136 | protected function getDependencies() { |
137 | | - global $egYahooMapsKey, $egMapsScriptPath, $egMapsStyleVersion; |
| 137 | + global $egYahooMapsKey; |
138 | 138 | |
139 | 139 | return array( |
140 | | - Html::linkedScript( "http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=$egYahooMapsKey" ), |
141 | | - Html::linkedScript( "$egMapsScriptPath/includes/services/YahooMaps/YahooMapFunctions.js?$egMapsStyleVersion" ), |
| 140 | + Html::linkedScript( "http://api.maps.yahoo.com/ajaxymap?v=3.8&appid=$egYahooMapsKey" ) |
142 | 141 | ); |
143 | 142 | } |
144 | 143 | |