]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Controller/UserController.php
Reduce connected period from 4 weeks to 3 weeks.
[airbundle] / Controller / UserController.php
index c78c69bcbb84d9afc97598a8243657b0b52b874a..42023d4e5576f2e96693637ba2067a71a8e4765a 100644 (file)
@@ -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'
                        )
                );