Skip to content

Commit

Permalink
fix(Install) force utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Apr 22, 2023
1 parent 201eda5 commit aa81d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/ConfirmConfig.php
Expand Up @@ -80,7 +80,7 @@
$next = $dbCheckResult['flag'];
$error_msg = isset($dbCheckResult['error_msg']) ? $dbCheckResult['error_msg'] : '';
$error_msg_info = isset($dbCheckResult['error_msg_info']) ? $dbCheckResult['error_msg_info'] : '';
$db_utf8_support = $dbCheckResult['db_utf8_support'];
$db_utf8_support = true;
$vt_charset = 'UTF-8';
$_SESSION['config_file_info']['vt_charset']= $vt_charset;

Expand Down

0 comments on commit aa81d9b

Please sign in to comment.