Skip to content

Commit b3c5110

Browse files
committed
Fix typo in GeoService
1 parent dc23d19 commit b3c5110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Service/GeoService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public function getCityFromZip($zip, $country = 'Germany', $street = null)
224224
protected function initializeCache()
225225
{
226226
try {
227-
$cacheManager = GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Cache\\CacheMananger');
227+
$cacheManager = GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Cache\\CacheManager');
228228

229229
return $cacheManager->getCache('geocoding');
230230
} catch (\TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException $e) {

0 commit comments

Comments
 (0)