small filereader fix

This commit is contained in:
kremsy
2014-02-08 16:58:12 +01:00
committed by Steffen Schröder
parent b956230cda
commit fd0790fc71
2 changed files with 7 additions and 6 deletions

View File

@ -219,7 +219,7 @@ class ManiaExchangeManager {
$success = $this->maniaControl->fileReader->loadFile($url, function ($mapInfo, $error) use ($titlePrefix, $url) {
if ($error) {
trigger_error($error);
trigger_error($error . " " . $url);
return null;
}