diff --git a/Controller/ActivityController.php b/Controller/ActivityController.php index da03b3150..f7a6dc80a 100644 --- a/Controller/ActivityController.php +++ b/Controller/ActivityController.php @@ -55,7 +55,10 @@ class ActivityController extends Controller $person->getCenter()); $activities = $em->getRepository('ChillActivityBundle:Activity') - ->findBy(array('person' => $person, 'scope' => $reachableScopes)); + ->findBy( + array('person' => $person, 'scope' => $reachableScopes), + array('date' => 'DESC') + ); return $this->render('ChillActivityBundle:Activity:list.html.twig', array(