Skip to content

Commit

Permalink
korrektur
Browse files Browse the repository at this point in the history
  • Loading branch information
diddipoeler committed Dec 30, 2024
1 parent c63edf5 commit 23876a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/models/staff.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ function getStaffHistory($order = 'DESC')
$query->where('p.published = 1');
$query->where('o.persontype = 2');
//$query->order('s.ordering ' . $order . ', l.ordering ASC, p.name ASC ');
$query->order('p.name '. $order.' ' );
$query->order('s.name '. $order.', p.name '. $order );
$db->setQuery($query);
self::$_history = $db->loadObjectList();

Expand Down

0 comments on commit 23876a2

Please sign in to comment.