Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <[email protected]>
  • Loading branch information
solracsf authored Jun 21, 2023
1 parent a74de0c commit 4d27e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/private/Memcache/Redis.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function getCache() {
}

public function get($key) {
$result = self::$cache->get($this->getPrefix() . $key);
$result = $this->getCache()->get($this->getPrefix() . $key);
if ($result === false) {
return null;
}
Expand Down

0 comments on commit 4d27e0d

Please sign in to comment.