X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/4ffc23d44bf9025acf216999d3ada7df5668f2a6..916fec644b0b2d9b3f41d54fcc1ed623aca8d734:/Controller/ApplicationController.php

diff --git a/Controller/ApplicationController.php b/Controller/ApplicationController.php
index 88bb182..625e7f8 100644
--- a/Controller/ApplicationController.php
+++ b/Controller/ApplicationController.php
@@ -277,6 +277,13 @@ class ApplicationController extends DefaultController {
 
 				//Set length at 4h
 				$session->setLength(new \DateTime('04:00:00'));
+			//Jardin du Monde => 14h -> 15h
+			} elseif ($short == 'Monde' && $slot == 'Morning') {
+				//Set begin at 14h
+				$session->setBegin(new \DateTime('14:00:00'));
+
+				//Set length at 4h
+				$session->setLength(new \DateTime('01:00:00'));
 			//Combination not supported
 			} else {
 				//Add error in flash message