From: Joe Hunt Date: Thu, 4 Jan 2018 22:45:57 +0000 (+0100) Subject: Fixed a multipart form in backups. X-Git-Tag: v2.4.4~28 X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=c1f7794c267b3af334843af0bb025144287f8829 Fixed a multipart form in backups. --- 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"));