From ec43f91df513edee63a7355ca1ebdfa26b2f0dfc Mon Sep 17 00:00:00 2001
From: Antonin <antonin.murtin@gmail.com>
Date: Sun, 7 Aug 2016 12:34:42 +0200
Subject: [PATCH] Sorting the date choices

---
 create_date_poll.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/create_date_poll.php b/create_date_poll.php
index b76ed464..97150f85 100644
--- a/create_date_poll.php
+++ b/create_date_poll.php
@@ -149,6 +149,7 @@ switch ($step) {
                     }
                 }
             }
+            $_SESSION['form']->sortChoices();
         }
 
         // Display step 3
-- 
GitLab