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.