mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-16 21:58:21 +01:00
fix: make filecache be case-sensitive on key (#3113)
This commit is contained in:
parent
e027bd9274
commit
1b45a53402
@ -80,9 +80,6 @@ class FileCache implements CacheInterface
|
||||
|
||||
public function setKey($key)
|
||||
{
|
||||
if (!empty($key) && is_array($key)) {
|
||||
$key = array_map('strtolower', $key);
|
||||
}
|
||||
$key = json_encode($key);
|
||||
|
||||
if (!is_string($key)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user