From f3c62ec753b965090fb5da25667430072e601769 Mon Sep 17 00:00:00 2001 From: Hans Kuijpers <info@hkweb.nl> Date: Thu, 16 May 2013 16:22:01 +0300 Subject: [PATCH] tiny correction in code --- object-cache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/object-cache.php b/object-cache.php index 87ea8b8..1f312da 100644 --- a/object-cache.php +++ b/object-cache.php @@ -832,7 +832,7 @@ class WP_Object_Cache { return true; } - if ( $this->redis-exists( $derived_key ) ) { + if ( $this->redis->exists( $derived_key ) ) { return false; } @@ -1010,4 +1010,4 @@ class WP_Object_Cache { return false; } -} \ No newline at end of file +} -- GitLab