no need for Geo API keys anymore

This commit is contained in:
2019-03-23 18:08:27 +01:00
parent dc3eadc00a
commit 693b929519
2 changed files with 1 additions and 4 deletions

View File

@@ -54,7 +54,7 @@ if($sAction!='')
$sResult = $oSpot->syncPics();
break;
default:
$sResult = Spot::getJsonResult(false, Spot::NOT_FOUND);
$sResult = Main::getJsonResult(false, Main::NOT_FOUND);
}
}
else $sResult = $oSpot->getMainPage();