Browse Source

added missing single-text option

Amal Raghav 14 years ago
parent
commit
517f95d8a4
1 changed files with 1 additions and 0 deletions
  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',
             ),