pluginmanager fix
This commit is contained in:
committed by
Steffen Schröder
parent
3022e33bda
commit
e4a0ac2207
@ -304,12 +304,12 @@ class ManiaControl implements CommandListener {
|
||||
$this->callbackManager->manageCallbacks();
|
||||
|
||||
} catch(Exception $e) {
|
||||
if ($e->getMessage() == 'Connection interupted' || $e->getMessage() == 'transport error - connection interrupted!') {
|
||||
$this->quit($e->getMessage());
|
||||
return;
|
||||
}
|
||||
throw $e;
|
||||
if ($e->getMessage() == 'Connection interupted' || $e->getMessage() == 'transport error - connection interrupted!') {
|
||||
$this->quit($e->getMessage());
|
||||
return;
|
||||
}
|
||||
throw $e;
|
||||
}
|
||||
|
||||
// Manage FileReader
|
||||
$this->fileReader->appendData();
|
||||
|
Reference in New Issue
Block a user