From 5afd87a52fbf73f9071107efb4bd5e80d8a0e500 Mon Sep 17 00:00:00 2001 From: Discuz! Date: Wed, 8 Feb 2017 15:19:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20Cache=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=BB=86=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/class/discuz/discuz_memory.php | 2 +- upload/template/default/common/footer.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/source/class/discuz/discuz_memory.php b/upload/source/class/discuz/discuz_memory.php index 7fc0a91..b67f283 100644 --- a/upload/source/class/discuz/discuz_memory.php +++ b/upload/source/class/discuz/discuz_memory.php @@ -39,7 +39,7 @@ class discuz_memory extends discuz_base if(!$this->memory->enable) { $this->memory = null; } else { - $this->type = $cache; + $this->type = $this->memory->cacheName; $this->enable = true; } } diff --git a/upload/template/default/common/footer.htm b/upload/template/default/common/footer.htm index 745529e..3a09d89 100644 --- a/upload/template/default/common/footer.htm +++ b/upload/template/default/common/footer.htm @@ -69,7 +69,7 @@ {lang time_now} , Processed in $_G[debuginfo][time] second(s), $_G[debuginfo][queries] queries - , Gzip On, On. + , Gzip On, On.