瀏覽代碼

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>