X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f4ca553d4f5ac0cfeb95744fe0f2db3f33e3d21f..44fabbd06b49db5bda057311e1f65c160ecc5651:/Controller/UserController.php diff --git a/Controller/UserController.php b/Controller/UserController.php index c78c69b..42023d4 100644 --- a/Controller/UserController.php +++ b/Controller/UserController.php @@ -53,7 +53,7 @@ class UserController 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' ) ); @@ -126,7 +126,7 @@ class UserController 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' ) );