From 2dad984781208996213b02aad0878aee5de92620 Mon Sep 17 00:00:00 2001 From: achinthas Date: Mon, 24 Dec 2018 21:56:28 +0530 Subject: [PATCH] Fix the import form not working When I tried to import a file, it says "No file selected". As I debugged and found that the form tag doesn't have the enctype attribute which requires to file handling. --- includes/admin/admin-tools.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/admin-tools.php b/includes/admin/admin-tools.php index c081fb0..8d59e69 100644 --- a/includes/admin/admin-tools.php +++ b/includes/admin/admin-tools.php @@ -275,7 +275,7 @@ class acf_admin_tools { ?> -
+ html(); ?> name ); ?>
@@ -351,4 +351,4 @@ function acf_get_admin_tool_url( $tool = '' ) { } -?> \ No newline at end of file +?>