Passed
Pull Request — release-2.1 (#5585)
by John
05:13
created
other/install.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1784,7 +1784,7 @@
 block discarded – undo
1784 1784
 
1785 1785
 	// This function is needed to do the updateStats('subject') call.
1786 1786
 	$smcFunc['strtolower'] = $db_character_set != 'utf8' && $txt['lang_character_set'] != 'UTF-8' ? 'strtolower' : function($string)
1787
-		{
1787
+	{
1788 1788
 			global $sourcedir;
1789 1789
 			if (function_exists('mb_strtolower'))
1790 1790
 				return mb_strtolower($string, 'UTF-8');
Please login to merge, or discard this patch.