This commit is contained in:
kremsy
2014-05-01 17:35:22 +02:00
committed by Steffen Schröder
parent 97f8eef91d
commit c935cf9cac
2 changed files with 3 additions and 3 deletions
+1 -1
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);
});
}
}