We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d92dd0 commit ab86385Copy full SHA for ab86385
1 file changed
system/Database/MySQLi/Connection.php
@@ -203,7 +203,7 @@ public function connect(bool $persistent = false)
203
"Database: Unable to set the configured connection charset ('{$this->charset}').");
204
$this->mysqli->close();
205
206
- if ($this->db->debug)
+ if ($this->DBDebug)
207
{
208
throw new DatabaseException('Unable to set client connection character set: ' . $this->charset);
209
}
0 commit comments