download maps asynchronously

This commit is contained in:
kremsy
2014-02-07 17:27:09 +01:00
committed by Steffen Schröder
parent 4875c14a7d
commit 4c8b247896
5 changed files with 184 additions and 217 deletions

View File

@ -107,7 +107,7 @@ class ManiaExchangeList implements CallbackListener, ManialinkPageAnswerListener
};
// search for matching maps
$this->maniaControl->mapManager->mxManager->getMapsAssync($function, $searchString, $author, $environment);
$this->maniaControl->mapManager->mxManager->getMapsAsync($function, $searchString, $author, $environment);
}
/**