X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/71d6054330e84127d186338751748fdf1fd144f7..4b6ee3d1c4453103b9893d7a7de2d25c2dd7d503:/Controller/LocationController.php 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' ) );