Explorar o código

! Should fix #1236

Signed-off-by: Peter Spicer <[email protected]>
Peter Spicer %!s(int64=10) %!d(string=hai) anos
pai
achega
44fecf5a73
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);