Skip to content

Commit

Permalink
Yahoo has shut off the maps API years ago.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 1, 2014
1 parent ad057c2 commit 3a6c058
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions horde/lib/Application.php
Expand Up @@ -125,7 +125,6 @@ function($val) {
return array(
'Google' => 'Google',
'Bing' => 'Bing',
'Yahoo' => 'Yahoo',
'Cloudmade' => 'CloudMade',
// @TODO: API has evidently changed somewhat. Disable until
// I can get an API key to fully test.
Expand All @@ -138,8 +137,7 @@ function($val) {
case 'geocoders':
return array(
'None' => null,
'Google' => 'Google',
'Yahoo' => 'Yahoo'
'Google' => 'Google'
);
}
}
Expand Down

0 comments on commit 3a6c058

Please sign in to comment.