Fixed a multipart form in backups.
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 4 Jan 2018 22:45:57 +0000 (23:45 +0100)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Thu, 4 Jan 2018 22:45:57 +0000 (23:45 +0100)
admin/backups.php

index 102deb55a187b2f2cb1421893921d10285aac01e..9239e82d83450e16b0c33173def3a86a2055d5e6 100644 (file)
@@ -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"));