소스 검색

! 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);