瀏覽代碼

! Should fix #1236

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 年之前
父節點
當前提交
44fecf5a73
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      other/install.php

+ 1 - 0
other/install.php

@@ -1578,6 +1578,7 @@ function DeleteInstall()
 			'db_error_skip' => true,
 		)
 	);
+	$context['utf8'] = $db_character_set === 'utf8' || $txt['lang_character_set'] === 'UTF-8';
 	if ($smcFunc['db_num_rows']($request) > 0)
 		updateStats('subject', 1, htmlspecialchars($txt['default_topic_subject']));
 	$smcFunc['db_free_result']($request);