We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9098b4 commit 5fe8a14Copy full SHA for 5fe8a14
src/mDB.php
@@ -132,7 +132,7 @@ private function ConnectBase()
132
$this->last_query_time = time();
133
if ($this->config['charset'] !== null)
134
{
135
- $this->instance->set_charset($this->config['charset']['charset']) or $this->ShowError($this->instance->error);
+ $this->instance->set_charset($this->config['charset']) or $this->ShowError($this->instance->error);
136
}
137
138
0 commit comments