summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Dutton <exussum12@users.noreply.github.com>2019-05-10 20:08:22 +0200
committerGitHub <noreply@github.com>2019-05-10 20:08:22 +0200
commit0177f4d1551cc6b058ba9fdd277253dd66c82cca (patch)
tree78b7fc3074ffea3eb7f2f0218cc0d0d36e333fda
parent7f9865217889ef7fd6efdd5340fa8c76feb1a741 (diff)
Update Cache_redis.php
-rw-r--r--system/libraries/Cache/drivers/Cache_redis.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Cache/drivers/Cache_redis.php b/system/libraries/Cache/drivers/Cache_redis.php
index 96d27edf9..9cb5bb095 100644
--- a/system/libraries/Cache/drivers/Cache_redis.php
+++ b/system/libraries/Cache/drivers/Cache_redis.php
@@ -294,7 +294,7 @@ class CI_Cache_redis extends CI_Driver
);
}
- return array();
+ return FALSE;
}
// ------------------------------------------------------------------------