Completed
Push — release-2.1 ( d7437d...6e2675 )
by Mathias
18:35
created
Themes/default/Profile.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1730,7 +1730,7 @@
 block discarded – undo
1730 1730
 		{
1731 1731
 			// Avoid double separators and empty titled sections
1732 1732
 			$empty_section = true;
1733
-			for ($j=$i+1; $j <= count($context['theme_options']); $j++)
1733
+			for ($j = $i + 1; $j <= count($context['theme_options']); $j++)
1734 1734
 			{
1735 1735
 				// Found another separator, so we're done
1736 1736
 				if (!is_array($context['theme_options'][$j]))
Please login to merge, or discard this patch.
Sources/SplitTopics.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
 
144 144
 	// Redirect to the selector if they chose selective.
145 145
 	if ($_POST['step2'] == 'selective')
146
-		redirectexit ('action=splittopics;sa=selectTopics;subname=' . $_POST['subname'] . ';topic=' . $topic . '.0;start2=0');
146
+		redirectexit('action=splittopics;sa=selectTopics;subname=' . $_POST['subname'] . ';topic=' . $topic . '.0;start2=0');
147 147
 
148 148
 	$_POST['at'] = (int) $_POST['at'];
149 149
 	$messagesToBeSplit = array();
Please login to merge, or discard this patch.