mirror of
https://github.com/friendica/friendica
synced 2025-05-06 20:24:11 +02:00
Move Cache::set() to DI::cache()->set()
This commit is contained in:
parent
3369dfaad9
commit
f68929633b
16 changed files with 25 additions and 39 deletions
|
@ -130,7 +130,7 @@ class Images
|
|||
if (empty($data) || !is_array($data)) {
|
||||
$data = self::getInfoFromURL($url);
|
||||
|
||||
Cache::set($url, $data);
|
||||
DI::cache()->set($url, $data);
|
||||
}
|
||||
|
||||
return $data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue