X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/866c33cd64b80c9695d61cc20792dded195c7aea..2cbaed2219dc86624bc3b325da56d985b9a7d76a:/Controller/LocationController.php?ds=sidebyside

diff --git a/Controller/LocationController.php b/Controller/LocationController.php
index 6a77657..0cb09f3 100644
--- a/Controller/LocationController.php
+++ b/Controller/LocationController.php
@@ -295,7 +295,7 @@ class LocationController extends DefaultController {
 			new \DateInterval('P1D'),
 			//End with next sunday and 4 weeks
 			new \DateTime(
-				$this->isGranted('IS_AUTHENTICATED_REMEMBERED')?'Monday this week + 4 week':'Monday this week + 2 week'
+				$this->isGranted('IS_AUTHENTICATED_REMEMBERED')?'Monday this week + 3 week':'Monday this week + 2 week'
 			)
 		);
 
@@ -415,7 +415,7 @@ class LocationController extends DefaultController {
 			new \DateInterval('P1D'),
 			//End with next sunday and 4 weeks
 			new \DateTime(
-				$this->isGranted('IS_AUTHENTICATED_REMEMBERED')?'Monday this week + 4 week':'Monday this week + 2 week'
+				$this->isGranted('IS_AUTHENTICATED_REMEMBERED')?'Monday this week + 3 week':'Monday this week + 2 week'
 			)
 		);