@@ -1813,7 +1813,8 @@ |
||
| 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']]; |