fixed typo
This commit is contained in:
		| @@ -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) . ";"; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user