Fabien Potencier 14 лет назад
Родитель
Сommit
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>