Browse Source

fixed schema

Fabien Potencier 14 years ago
parent
commit
d209cbef8b

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

@@ -55,6 +55,7 @@
         <xsd:attribute name="secure" type="xsd:string" />
         <xsd:attribute name="httponly" type="xsd:string" />
         <xsd:attribute name="cache-limiter" type="xsd:string" />
+        <xsd:attribute name="auto-start" type="xsd:boolean" />
         <xsd:attribute name="pdo.db_table" type="xsd:string" />
     </xsd:complexType>