Passed
Push — release-2.1 ( af24c1...dcbf1a )
by Mathias
02:30 queued 12s
created
Themes/default/Profile.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1728,7 +1728,7 @@
 block discarded – undo
1728 1728
 		{
1729 1729
 			// Avoid double separators and empty titled sections
1730 1730
 			$empty_section = true;
1731
-			for ($j=$i+1; $j <= count($context['theme_options']); $j++)
1731
+			for ($j = $i + 1; $j <= count($context['theme_options']); $j++)
1732 1732
 			{
1733 1733
 				// Found another separator, so we're done
1734 1734
 				if (!is_array($context['theme_options'][$j]))
Please login to merge, or discard this patch.