This commit is contained in:
kremsy
2014-02-16 13:41:41 +01:00
committed by Steffen Schröder
parent 97f8eef91d
commit c935cf9cac
2 changed files with 3 additions and 3 deletions

View File

@ -508,7 +508,7 @@ class MapManager implements CallbackListener {
}
$this->processMapFile($file, $mapInfo, $mapDir, $login, $update);
};
$this->maniaControl->fileReader->loadFile($mapInfo->downLoadUrl, $function);
$this->maniaControl->fileReader->loadFile($mapInfo->downloadurl, $function);
});
}
}