invert sort list events

This commit is contained in:
Tchama 2019-01-25 13:29:47 +01:00
parent 78acb56b43
commit a36c612542

View File

@ -294,7 +294,7 @@ class EventController extends Controller
JOIN participation.event event
WHERE participation.person = :person_id
AND event.circle IN (:reachable_circles)
ORDER BY event.date DESC
ORDER BY event.date ASC
")
->setParameters(array(
':person_id' => $person_id,