Skip to content

Commit

Permalink
#3420 - set_charset("utf8mb4")
Browse files Browse the repository at this point in the history
  • Loading branch information
abrookbanks committed Nov 13, 2023
1 parent 662da71 commit 42d7048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/db/mysqli.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,6 @@ private function _setup()
}

//Force UTF-8
$this->_db_connect_id->set_charset("utf8");
$this->_db_connect_id->set_charset("utf8mb4");
}
}

0 comments on commit 42d7048

Please sign in to comment.