ソースを参照

fix du problmeme de route pour index (où la locale n'était pas fournis)

Sevajol Bastien 12 年 前
コミット
a7724f3349
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      src/Muzich/IndexBundle/Resources/config/routing.yml

+ 1 - 0
src/Muzich/IndexBundle/Resources/config/routing.yml ファイルの表示

@@ -14,6 +14,7 @@ index:
14 14
     pattern:  /hello/{_locale}
15 15
     defaults:
16 16
       _controller: MuzichIndexBundle:Index:index
17
+      _locale:     ''
17 18
 
18 19
 fos_user_security:
19 20
     resource: "@FOSUserBundle/Resources/config/routing/security.xml"