소스 검색

fixed typo

Fabien Potencier 14 년 전
부모
커밋
973a8f1f24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Resources/config/schema/symfony-1.0.xsd

@@ -47,7 +47,7 @@
     <xsd:complexType name="session">
         <xsd:attribute name="class" type="xsd:string" />
         <xsd:attribute name="storage_id" type="xsd:string" />
-        <xsd:attribute name="default_locale" type="xsd:string" />
+        <xsd:attribute name="default-locale" type="xsd:string" />
         <xsd:attribute name="name" type="xsd:string" />
         <xsd:attribute name="lifetime" type="xsd:integer" />
         <xsd:attribute name="path" type="xsd:string" />