$data can turn into bool here

This commit is contained in:
Roland Häder 2022-06-22 06:03:37 +02:00
parent 08f55f0358
commit 12add2fb64
No known key found for this signature in database
GPG Key ID: C82EDE5DDFA0BA77

View File

@ -201,7 +201,7 @@ class Images
DI::cache()->set($cacheKey, $data); DI::cache()->set($cacheKey, $data);
} }
return $data; return $data ?? [];
} }
/** /**