Просмотр исходного кода

added missing single-text option

Amal Raghav 14 лет назад
Родитель
Сommit
517f95d8a4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php

+ 1 - 0
src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php

@@ -123,6 +123,7 @@ class DateTimeType extends AbstractType
             ),
             'date_widget'   => array(
                 null, // inherit default from DateType
+                'single-text',
                 'text',
                 'choice',
             ),