Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yama committed Jun 29, 2024
1 parent 09e9a63 commit 30b22df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ function convert2utf8mb4() {

$charset = $convert->getDefaultCharset();
if (!$charset) {
echo "<p>'Database default charset is not available.'</p>";
return;
}

Expand Down

0 comments on commit 30b22df

Please sign in to comment.