mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge remote-tracking branch 'security/3.5.5' into HEAD
This commit is contained in:
commit
29300c2c2d
@ -448,7 +448,8 @@ class ArrayList extends ViewableData implements SS_List, SS_Filterable, SS_Sorta
|
|||||||
// First argument is the direction to be sorted,
|
// First argument is the direction to be sorted,
|
||||||
$multisortArgs[] = &$sortDirection[$column];
|
$multisortArgs[] = &$sortDirection[$column];
|
||||||
if ($firstRun) {
|
if ($firstRun) {
|
||||||
$multisortArgs[] = SORT_REGULAR;
|
$sortArg = SORT_REGULAR;
|
||||||
|
$multisortArgs[] = &$sortArg;
|
||||||
}
|
}
|
||||||
$firstRun = false;
|
$firstRun = false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user