mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00: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)
|
public function setKey($key)
|
||||||
{
|
{
|
||||||
if (!empty($key) && is_array($key)) {
|
|
||||||
$key = array_map('strtolower', $key);
|
|
||||||
}
|
|
||||||
$key = json_encode($key);
|
$key = json_encode($key);
|
||||||
|
|
||||||
if (!is_string($key)) {
|
if (!is_string($key)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user