Passed
Pull Request — development (#3540)
by Emanuele
07:01
created
sources/ElkArte/AdminController/ManageLanguages.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -727,7 +727,7 @@
 block discarded – undo
727 727
 		$current_file = $file_id ? $base_lang_dir . '/' . $file_id . '/' . ucfirst($context['lang_id']) . '.php' : '';
728 728
 
729 729
 		// Now for every theme get all the files and stick them in context!
730
-		$context['possible_files'] =  array_map(function($file) use ($file_id, $txt) {
730
+		$context['possible_files'] = array_map(function ($file) use ($file_id, $txt) {
731 731
 			return [
732 732
 				'id' => strtolower(basename($file, '.php')),
733 733
 				'name' => $txt['lang_file_desc_' . basename($file)] ?? basename($file),
Please login to merge, or discard this patch.