From 4fe18a8ea25b4f497a2b262120bbfe32c403a44d Mon Sep 17 00:00:00 2001 From: WispX <1591788658@qq.com> Date: Tue, 1 Jan 2019 13:32:10 +0800 Subject: [PATCH] fix --- application/index/controller/Install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/index/controller/Install.php b/application/index/controller/Install.php index e8a49b18..02d7bef4 100644 --- a/application/index/controller/Install.php +++ b/application/index/controller/Install.php @@ -262,6 +262,7 @@ EOT; } } catch (Exception $e) { $mysqli->rollback(); + $mysqli->close(); $code = 0; $msg = $e->getMessage(); }