Skip to content
Snippets Groups Projects
Commit 4e0a27f5 authored by Eric Mann's avatar Eric Mann
Browse files

Merge pull request #1 from hans2103/patch-1

tiny correction in code
parents c4a329ca f3c62ec7
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment