Merge remote-tracking branch 'upstream/preprodparkur' into ofaj

ofaj
NicoDucou 2 years ago
commit 48d5af4040
  1. 2
      main/inc/ajax/model.ajax.php

@ -1858,7 +1858,7 @@ switch ($action) {
} else {
$sidx = in_array($sidx, $columns) ? $sidx : 'name';
}
$orderBy = "$sidx $sord";
$orderBy = "$sidx $sord, s.name";
if ($list_type === 'simple' || $list_type === 'custom') {
$result = SessionManager::get_sessions_admin(

Loading…
Cancel
Save