Skip to content

Commit

Permalink
i'm debil
Browse files Browse the repository at this point in the history
  • Loading branch information
Yexeed committed Aug 20, 2019
1 parent 2ee5d19 commit cdb73d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/yexeed/thrsql/MysqlWorker.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public function run()
try {
$my = @new \mysqli($this->hostname, $this->username, $this->password, $this->database, $this->port);
if($my->connect_errno){
$icv = iconv("CP1251", "UTF-8", $my->connect_error);
throw new Exception($my->connect_error, $my->connect_errno);
}
if(!$my->set_charset("utf8")){
Expand Down

0 comments on commit cdb73d7

Please sign in to comment.