From c1f7794c267b3af334843af0bb025144287f8829 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 4 Jan 2018 23:45:57 +0100 Subject: [PATCH] Fixed a multipart form in backups. --- admin/backups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/backups.php b/admin/backups.php index 102deb55..9239e82d 100644 --- a/admin/backups.php +++ b/admin/backups.php @@ -187,7 +187,7 @@ if (get_post('upload')) } //------------------------------------------------------------------------------- -start_form(false, true); +start_form(true, true); start_outer_table(TABLESTYLE2); table_section(1); table_section_title(_("Create backup")); -- 2.30.2