fixed an error message

This commit is contained in:
kremsy 2016-04-11 17:14:25 +02:00
parent ade276d17c
commit e3aa9062a0

View File

@ -537,7 +537,7 @@ class MapManager implements CallbackListener, CommunicationListener {
try { try {
$this->maniaControl->getClient()->saveMatchSettings($matchSettingsFileName); $this->maniaControl->getClient()->saveMatchSettings($matchSettingsFileName);
} catch (FileException $e) { } catch (FileException $e) {
Logger::logError("Unable to write the playlist file, please checkout your MX-Folders File permissions!"); Logger::logError("Unable to write the playlist file, please checkout your Matchsetting folder File permissions!");
} }
} }
} }