method renamed

This commit is contained in:
Steffen Schröder
2014-06-14 19:08:07 +02:00
parent 9647a48fb6
commit 23ddeb539c
3 changed files with 4 additions and 4 deletions

View File

@ -233,13 +233,13 @@ class ManiaExchangeManager {
}
/**
* Get Map Info Asynchronously
* Fetch Map Info asynchronously
*
* @param int $mapId
* @param callable $function
* @return bool
*/
public function getMapInfo($mapId, callable $function) {
public function fetchMapInfo($mapId, callable $function) {
// Get Title Prefix
$titlePrefix = $this->maniaControl->mapManager->getCurrentMap()->getGame();