From 90990f8782f2644d518623ef5efaf4cfa43a4106 Mon Sep 17 00:00:00 2001 From: JaguarJack Date: Fri, 11 Sep 2020 07:43:44 +0800 Subject: [PATCH] =?UTF-8?q?update:=E5=BE=AE=E4=BF=A1=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=9C=AA=E5=AE=89=E8=A3=85=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- catch/wechat/module.json | 2 +- extend/catcher/library/InstallLocalModule.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/catch/wechat/module.json b/catch/wechat/module.json index d46a960..8013acc 100644 --- a/catch/wechat/module.json +++ b/catch/wechat/module.json @@ -14,5 +14,5 @@ "aliases": "wechat", "files": [], "requires": [], - "enable": true + "enable": false } \ No newline at end of file diff --git a/extend/catcher/library/InstallLocalModule.php b/extend/catcher/library/InstallLocalModule.php index 88472dc..74d9ad1 100644 --- a/extend/catcher/library/InstallLocalModule.php +++ b/extend/catcher/library/InstallLocalModule.php @@ -37,6 +37,7 @@ class InstallLocalModule } else { $this->installModuleTables(); $this->installModuleSeeds(); + $this->enableModule(); return true; } }