From 8bee5a4217892b18586e45da8e43491c85518f3b Mon Sep 17 00:00:00 2001 From: "Gergely POLONKAI (W00d5t0ck)" Date: Sat, 1 Sep 2012 15:17:07 +0200 Subject: [PATCH] Removed trailing slash from eventList action's route Signed-off-by: Gergely POLONKAI (W00d5t0ck) --- src/KekRozsak/FrontBundle/Controller/EventController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KekRozsak/FrontBundle/Controller/EventController.php b/src/KekRozsak/FrontBundle/Controller/EventController.php index a4198fa..129c3f0 100644 --- a/src/KekRozsak/FrontBundle/Controller/EventController.php +++ b/src/KekRozsak/FrontBundle/Controller/EventController.php @@ -71,7 +71,7 @@ class EventController extends Controller * @param string $date * @return array * - * @Route("/esemenyek/{date}/", name="KekRozsakFrontBundle_eventList", defaults={"date": null}) + * @Route("/esemenyek/{date}", name="KekRozsakFrontBundle_eventList", defaults={"date": null}) * @Template() */ public function listAction($date = null)