]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Form/Type/NewEntryType.php
Merge pull request #3984 from wallabag/2.4
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Form / Type / NewEntryType.php
index 7d74fee349b0e96a1fa7495f47fbf322f1941725..7af1e5895f4492a229e3e7ffbcd491a94c498d0e 100644 (file)
@@ -15,6 +15,7 @@ class NewEntryType extends AbstractType
             ->add('url', UrlType::class, [
                 'required' => true,
                 'label' => 'entry.new.form_new.url_label',
+                'default_protocol' => null,
             ])
         ;
     }