Completed
Pull Request — release-2.1 (#5005)
by Martyn
06:02
created
Sources/Load.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1754,8 +1754,8 @@
 block discarded – undo
1754 1754
 	else
1755 1755
 		$id_theme = $modSettings['theme_guests'];
1756 1756
 
1757
-    // Allow mod authors the option to override the theme id for custom page themes
1758
-    call_integration_hook('integrate_pre_load_theme', array(&$id_theme));
1757
+	// Allow mod authors the option to override the theme id for custom page themes
1758
+	call_integration_hook('integrate_pre_load_theme', array(&$id_theme));
1759 1759
 
1760 1760
 	// Verify the id_theme... no foul play.
1761 1761
 	// Always allow the board specific theme, if they are overriding.
Please login to merge, or discard this patch.