the test failed

This commit is contained in:
kremsy
2017-04-22 08:27:40 +02:00
parent a77b901f78
commit a35f2433d5
3 changed files with 18 additions and 10 deletions

View File

@ -50,6 +50,7 @@ class Database implements TimerListener {
if ($connectError = $this->getMysqli()->connect_error) {
$message = "Couldn't connect to Database: '{$connectError}'";
$this->maniaControl->quit($message, true);
return;
}
$this->getMysqli()->set_charset("utf8");