fix typo in addRecoveryKeys

This commit is contained in:
Florin Peter 2013-05-16 22:39:09 +02:00
parent 95297c2469
commit d40d6aa358
1 changed files with 1 additions and 1 deletions

View File

@ -1325,7 +1325,7 @@ class Util {
foreach ($dirContent as $item) {
$filePath = substr($item['path'], 25);
if ($item['type'] == 'dir') {
$this->addRecoveryKey($filePath.'/');
$this->addRecoveryKeys($filePath.'/');
} else {
$session = new Session(new \OC_FilesystemView('/'));
$sharingEnabled = \OCP\Share::isEnabled();