Fixed blog viewer route name according to naming conventions

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI (W00d5t0ck)
2012-09-16 22:12:05 +02:00
parent 208b99560b
commit df1a078bb9
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ class BlogController extends Controller
}
/**
* @Route("/{year}/{month}/{day}/{slug}.html", name="GergelyPolonkaiFront_blogViewPost")
* @Route("/{year}/{month}/{day}/{slug}.html", name="GergelyPolonkaiFrontBundle_blogViewPost")
* @Template
*/
public function viewPostAction($year, $month, $day, $slug)