Przeglądaj źródła

! Should fix #1236

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer 10 lat temu
rodzic
commit
44fecf5a73
1 zmienionych plików z 1 dodań i 0 usunięć
  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);