replaced deprecated fileutil method by webreader

This commit is contained in:
Steffen Schröder
2014-06-27 01:18:55 +02:00
parent 2d78c75155
commit fc73510e8d
4 changed files with 21 additions and 13 deletions

View File

@ -153,7 +153,7 @@ class PlayerActions {
} catch (FaultException $exception) {
// TODO: replace by more specific exception "there are too many ..."
$this->maniaControl->chat->sendException($exception, $admin);
return;
return false;
}
}