@@ -386,7 +386,7 @@ |
||
386 | 386 | return; |
387 | 387 | } |
388 | 388 | |
389 | - uasort($ordered, function ($columnDef1, $columnDef2) { |
|
389 | + uasort($ordered, function($columnDef1, $columnDef2) { |
|
390 | 390 | $columnParts1 = $columnDef1['arguments']; |
391 | 391 | $columnParts2 = $columnDef2['arguments']; |
392 | 392 | $order1 = $columnParts1[5]; |