mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Callable name case mismatched in a call.
This commit is contained in:
parent
74ab0dca58
commit
187ee44eda
1 changed files with 1 additions and 1 deletions
2
library/includes/cache/redis.php
vendored
2
library/includes/cache/redis.php
vendored
|
@ -119,7 +119,7 @@ class cache_redis extends cache_common
|
|||
|
||||
return ($this->connected) ? $this->redis->del($this->prefix . $name) : false;
|
||||
} else {
|
||||
return ($this->connected) ? $this->redis->flushdb() : false;
|
||||
return ($this->connected) ? $this->redis->flushDB() : false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue