mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Merge pull request #39722 from nextcloud/backport/39698/stable27
This commit is contained in:
commit
bb06aadda9
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ class Cache implements ICache {
|
|||
$targetPath = $this->normalize($targetPath);
|
||||
|
||||
$sourceData = $sourceCache->get($sourcePath);
|
||||
if ($sourceData === false) {
|
||||
if (!$sourceData) {
|
||||
throw new \Exception('Invalid source storage path: ' . $sourcePath);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue