Passed
Pull Request — release-2.1 (#5286)
by Mathias
05:15
created
Sources/ManageSettings.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1813,7 +1813,8 @@
 block discarded – undo
1813 1813
 
1814 1814
 		if ($_GET['move'] == 'up' && count($fields) -1 > $context['fid'] )
1815 1815
 		{
1816
-			if( count($fields) -1 > $context['fid'] ) {
1816
+			if( count($fields) -1 > $context['fid'] )
1817
+			{
1817 1818
 				$new_sort = array_slice($fields ,0 ,$context['fid'] ,true);
1818 1819
 				$new_sort[] = $fields[$context['fid'] + 1];
1819 1820
 				$new_sort[] = $fields[$context['fid']];
Please login to merge, or discard this patch.