Completed
Push — master ( d47025...042ba2 )
by
unknown
14:11
created
typo3/sysext/form/Classes/Controller/FormEditorController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -248,7 +248,7 @@
 block discarded – undo
248 248
                 continue;
249 249
             }
250 250
 
251
-            usort($formElementsByGroup[$groupName], function ($a, $b) {
251
+            usort($formElementsByGroup[$groupName], function($a, $b) {
252 252
                 return $a['sorting'] - $b['sorting'];
253 253
             });
254 254
             unset($formElementsByGroup[$groupName]['sorting']);
Please login to merge, or discard this patch.