Skip to content

Commit 5fe8a14

Browse files
committed
Bug fix
1 parent a9098b4 commit 5fe8a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mDB.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private function ConnectBase()
132132
$this->last_query_time = time();
133133
if ($this->config['charset'] !== null)
134134
{
135-
$this->instance->set_charset($this->config['charset']['charset']) or $this->ShowError($this->instance->error);
135+
$this->instance->set_charset($this->config['charset']) or $this->ShowError($this->instance->error);
136136
}
137137
}
138138

0 commit comments

Comments
 (0)