fix for recover files in subfolder

This commit is contained in:
Florin Peter 2013-05-16 22:57:55 +02:00
parent d40d6aa358
commit 3793e4d2d6
1 changed files with 1 additions and 1 deletions

View File

@ -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);