$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
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

View File

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