From 2979d7d0dc9e3b09e484f2f2c471d7811ee71d5a Mon Sep 17 00:00:00 2001
From: colly_wyx <wangyixiong_007@163.com>
Date: Fri, 20 Apr 2018 10:27:04 +0800
Subject: [PATCH] 修正不正常的类名
---
application/library/RedisCache.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/application/library/RedisCache.php b/application/library/RedisCache.php
index d0668b3..32ac759 100644
--- a/application/library/RedisCache.php
+++ b/application/library/RedisCache.php
@@ -36,7 +36,7 @@
$this->_TIMEOUT = 0;
$this->_DBNAME = null;
$this->_CTYPE = 1;
- $this->_AUTH = $config['auth'];
+ $this->_AUTH = $config['auth'];
if (!isset($this->_REDIS)) {
$this->_REDIS = new Redis();
$this->connect($this->_HOST, $this->_PORT, $this->_TIMEOUT, $this->_DBNAME, $this->_CTYPE);
--
Gitblit v1.8.0