From 96c3adb23634aff1c7143903a933ee365c53531d Mon Sep 17 00:00:00 2001 From: sugar1569 Date: Wed, 26 Sep 2018 08:50:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/controller/system/SystemDatabackup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/admin/controller/system/SystemDatabackup.php b/application/admin/controller/system/SystemDatabackup.php index d825d263..47fe7d2a 100644 --- a/application/admin/controller/system/SystemDatabackup.php +++ b/application/admin/controller/system/SystemDatabackup.php @@ -165,6 +165,6 @@ class SystemDatabackup extends AuthController public function downloadFile(Request $request = null) { $feilname = strtotime($request->get('feilname')); - $this->DB->downloadFile($feilname); + $this->DB->downloadFile($feilname,1); } }