Nieuwste bericht bovenaan
This commit is contained in:
		| @@ -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