Skip to content
Snippets Groups Projects
Commit 3793e4d2 authored by Florin Peter's avatar Florin Peter
Browse files

fix for recover files in subfolder

parent d40d6aa3
No related branches found
No related tags found
No related merge requests found
......@@ -1406,7 +1406,7 @@ class Util {
foreach ($dirContent as $item) {
$filePath = substr($item['path'], 25);
if ($item['type'] == 'dir') {
$this->addRecoveryKey($filePath . '/', $privateKey);
$this->recoverAllFiles($filePath . '/', $privateKey);
} else {
$file = substr($filePath, 0, -4);
$this->recoverFile($file, $privateKey);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment