Bug fix for previous commit: made a typo

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely 2012-08-01 07:41:00 +02:00
parent 0377233eb6
commit cc7ce78787
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class EventController extends Controller
} }
/** /**
* @Route("/esemenyek/{date}/ajax-lista.{_format}", name="KekRozsakFrontBundle_eventAjaxList", requirements={=_format": "html"}) * @Route("/esemenyek/{date}/ajax-lista.{_format}", name="KekRozsakFrontBundle_eventAjaxList", requirements={"_format": "html"})
* @Template() * @Template()
* @ParamConverter("date", options={"format": "Y-m-d"}) * @ParamConverter("date", options={"format": "Y-m-d"})
*/ */