Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdnepro committed Jun 25, 2021
1 parent a9098b4 commit 5fe8a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private function ConnectBase()
$this->last_query_time = time();
if ($this->config['charset'] !== null)
{
$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);
}
}

Expand Down

0 comments on commit 5fe8a14

Please sign in to comment.