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