mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 00:56:08 +02:00
[Cache] Remove orphan function utf8_encode_deep
This commit is contained in:
parent
0e9fb31986
commit
51ff8de346
2 changed files with 0 additions and 22 deletions
|
@ -14,8 +14,6 @@ class FileCache extends CacheAbstract {
|
|||
public function saveData($datas){
|
||||
$this->isPrepareCache();
|
||||
|
||||
//Re-encode datas to UTF-8
|
||||
//$datas = Cache::utf8_encode_deep($datas);
|
||||
$writeStream = file_put_contents($this->getCacheFile(), serialize($datas));
|
||||
|
||||
if(!$writeStream) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue