Skip to content

Commit

Permalink
This API has been dead for a while...
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Sep 16, 2015
1 parent e3f0777 commit 6ce1cc6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions framework/Core/lib/Horde/Core/Factory/Weather.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ public function create(Horde_Injector $injector)
$params['apiVersion'] = $conf['weather']['params']['apiversion'];
}
break;

case 'Google':
$l = explode('_', $GLOBALS['language']);
$params['language'] = $l[0];
break;
}

$class = $this->_getDriverName($driver, 'Horde_Service_Weather');
Expand Down

0 comments on commit 6ce1cc6

Please sign in to comment.