소스 검색

fixed typo

Fabien Potencier 14 년 전
부모
커밋
52c3a1d53d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Component/Form/Resources/config/validation.xml

+ 1 - 1
src/Symfony/Component/Form/Resources/config/validation.xml

@@ -28,7 +28,7 @@
       </constraint>
     </getter>
     <getter property="csrfTokenValid">
-      <constraint name="False">
+      <constraint name="True">
         <option name="message">The CSRF token is invalid. Please try to resubmit the form</option>
       </constraint>
     </getter>