X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/5f49b1005af0bc9e89fdc13688fc5ed8a1247dce..87c86d97bf94c3caa31208bab3c5a1319e29b626:/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' ) );