From fba69d0513f0ff520d9c09ed5233d8ace065ec8d Mon Sep 17 00:00:00 2001 From: zhaoxiang <756958008@qq.com> Date: Sun, 30 Jun 2019 22:55:47 +0800 Subject: [PATCH] =?UTF-8?q?modified=20=E4=BF=AE=E6=AD=A3=E5=AE=89=E8=A3=85?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/command/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/command/Install.php b/application/command/Install.php index f37e777..7b6caf6 100644 --- a/application/command/Install.php +++ b/application/command/Install.php @@ -48,7 +48,7 @@ class Install extends Command { exit; } - if (extension_loaded('redis')) { + if (!extension_loaded('redis')) { $output->highlight('缺少Redis扩展!'); exit; }