mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 00:54:27 +02:00
$data can turn into bool here
This commit is contained in:
parent
08f55f0358
commit
12add2fb64
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ class Images
|
||||||
DI::cache()->set($cacheKey, $data);
|
DI::cache()->set($cacheKey, $data);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $data;
|
return $data ?? [];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue