mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00: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
|
@ -819,7 +819,7 @@ class Transmitter
|
|||
$cachekey = 'APDelivery:createActivity:' . $item_id;
|
||||
|
||||
if (!$force) {
|
||||
$data = Cache::get($cachekey);
|
||||
$data = DI::cache()->get($cachekey);
|
||||
if (!is_null($data)) {
|
||||
return $data;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue