浏览代码

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" />