fix path, needs to be relative to data/
This commit is contained in:
parent
64591cf754
commit
4c27c7e199
|
@ -484,7 +484,7 @@ class Proxy extends \OC_FileProxy
|
||||||
$fileInfo['unencrypted_size'] = $size;
|
$fileInfo['unencrypted_size'] = $size;
|
||||||
|
|
||||||
// put file info
|
// put file info
|
||||||
$view->putFileInfo($path_f, $fileInfo);
|
$view->putFileInfo($path, $fileInfo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue