updated to HttpAsyncRequest Structure

This commit is contained in:
kremsy
2017-03-26 20:21:23 +02:00
parent 8e664879d5
commit da94e8c588
3 changed files with 36 additions and 12 deletions

View File

@ -469,6 +469,7 @@ class MapManager implements CallbackListener, CommunicationListener, UsageInform
// Update last updated time
$map = $this->getMapByUid($mapInfo->uid);
if (!$map) {
// TODO: improve this - error reports about not existing maps
$this->maniaControl->getErrorHandler()->triggerDebugNotice('Map not in List after Insert!');