fixed typo
This commit is contained in:
parent
1652da2359
commit
297d251586
@ -125,7 +125,7 @@ class Database implements TimerListener {
|
|||||||
if ($result) {
|
if ($result) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
$this->maniaControl->log("Database '{$this->config->name}' doesn't exit! Trying to create it...");
|
$this->maniaControl->log("Database '{$this->config->name}' doesn't exist! Trying to create it...");
|
||||||
|
|
||||||
// Create database
|
// Create database
|
||||||
$databaseQuery = "CREATE DATABASE " . $this->mysqli->escape_string($this->config->name) . ";";
|
$databaseQuery = "CREATE DATABASE " . $this->mysqli->escape_string($this->config->name) . ";";
|
||||||
|
Loading…
Reference in New Issue
Block a user