Browse Source

[FrameworkBundle] Cleanup schema file

Joseph Bielawski 13 years ago
parent
commit
6e7c375a3d

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

@@ -22,8 +22,7 @@
         </xsd:all>
 
         <xsd:attribute name="charset" type="xsd:string" />
-        <xsd:attribute name="error-handler" type="xsd:string" />
-        <xsd:attribute name="exception-controller" type="xsd:string" />
+        <xsd:attribute name="trust-proxy-headers" type="xsd:string" />
         <xsd:attribute name="ide" type="xsd:string" />
         <xsd:attribute name="secret" type="xsd:string" />
     </xsd:complexType>