Nieuwste bericht bovenaan
This commit is contained in:
parent
d78ad2abf2
commit
dd942e48f9
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user