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