Merge remote-tracking branch 'security/3.5.5' into HEAD

This commit is contained in:
Daniel Hensby 2017-09-28 15:48:29 +01:00
commit 29300c2c2d
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -448,7 +448,8 @@ class ArrayList extends ViewableData implements SS_List, SS_Filterable, SS_Sorta
// First argument is the direction to be sorted,
$multisortArgs[] = &$sortDirection[$column];
if ($firstRun) {
$multisortArgs[] = SORT_REGULAR;
$sortArg = SORT_REGULAR;
$multisortArgs[] = &$sortArg;
}
$firstRun = false;
}