Passed
Pull Request — release-2.1 (#5487)
by John
04:33
created
Sources/Themes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1195,7 +1195,7 @@
 block discarded – undo
1195 1195
 	// Then return it.
1196 1196
 	addJavaScriptVar(
1197 1197
 		'oThemeVariants',
1198
-		json_encode(array_map(function ($theme)
1198
+		json_encode(array_map(function($theme)
1199 1199
 		{
1200 1200
 			return $theme['variants'];
1201 1201
 		}, $context['available_themes']
Please login to merge, or discard this patch.