diff --git a/src/Application/Helper/Berichten.php b/src/Application/Helper/Berichten.php index c0ecad4..beebb0c 100644 --- a/src/Application/Helper/Berichten.php +++ b/src/Application/Helper/Berichten.php @@ -22,7 +22,7 @@ class Berichten { $container = Application::getContainer(); $db = $container->db; - $berichten = $db->berichten->where('klantid', $container->auth->getUserID())->order('datum DESC'); + $berichten = $db->berichten->where('klantid', $container->auth->getUserID())->order('datum DESC, id DESC'); $berichtArray = array();