1
0

Nieuwste bericht bovenaan

This commit is contained in:
JelmerHinssen 2017-04-02 16:39:23 +02:00
parent d78ad2abf2
commit dd942e48f9

View File

@ -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();