X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/9a2872ff29bd61c67ca3ddb64e1658550a1e0d2f..e59e6f92628c8aeb6eccefb3c3470984e16ff525:/Controller/SessionController.php?ds=inline

diff --git a/Controller/SessionController.php b/Controller/SessionController.php
index 26ceb94..30a0a73 100644
--- a/Controller/SessionController.php
+++ b/Controller/SessionController.php
@@ -464,7 +464,7 @@ class SessionController 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'
 			)
 		);
 
@@ -686,7 +686,7 @@ class SessionController 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'
 			)
 		);