small filereader fix
This commit is contained in:
committed by
Steffen Schröder
parent
b956230cda
commit
fd0790fc71
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user