aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Form/Type/UploadImportType.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/ImportBundle/Form/Type/UploadImportType.php')
-rw-r--r--src/Wallabag/ImportBundle/Form/Type/UploadImportType.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/Wallabag/ImportBundle/Form/Type/UploadImportType.php b/src/Wallabag/ImportBundle/Form/Type/UploadImportType.php
index 5d894318..415890f3 100644
--- a/src/Wallabag/ImportBundle/Form/Type/UploadImportType.php
+++ b/src/Wallabag/ImportBundle/Form/Type/UploadImportType.php
@@ -15,13 +15,6 @@ class UploadImportType extends AbstractType
15 ; 15 ;
16 } 16 }
17 17
18 public function getDefaultOptions(array $options)
19 {
20 return array(
21 'csrf_protection' => false,
22 );
23 }
24
25 public function getName() 18 public function getName()
26 { 19 {
27 return 'upload_import_file'; 20 return 'upload_import_file';