X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/a144cc250b7085fc61ddad7e782592a143d4d59f..54cea9bb48e8d107584435458d75092ec55bdc56:/Controller/SessionController.php 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' ) );