Removed trailing slash from eventList action's route

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI (W00d5t0ck) 2012-09-01 15:17:07 +02:00
parent 599ce030df
commit 8bee5a4217
1 changed files with 1 additions and 1 deletions

View File

@ -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)