From 02d49834cb0d8936dc49352b3968c3baf6da3232 Mon Sep 17 00:00:00 2001
From: root <root@iZ23bpwwq5sZ.(none)>
Date: Thu, 03 Aug 2017 14:59:11 +0800
Subject: [PATCH] update

---
 application/core/System/Controller/Base.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/application/core/System/Controller/Base.php b/application/core/System/Controller/Base.php
index f3de77d..1c58419 100644
--- a/application/core/System/Controller/Base.php
+++ b/application/core/System/Controller/Base.php
@@ -52,9 +52,9 @@
         $this->route = $this->getRoute();
         //���������redis
         $this->redis = System_Service_Locator::getInstance()->get('redis');
-        if(!$this->redis->exists('modules') ){
+        //if(!$this->redis->exists('modules') ){
           $this->redis->set('modules', $this->getModules());
-        }
+        //}
         //������������������
         if(!empty($this->layout)){
             //������������������������

--
Gitblit v1.8.0