fix typo in addRecoveryKeys
This commit is contained in:
parent
95297c2469
commit
d40d6aa358
1 changed files with 1 additions and 1 deletions
|
@ -1325,7 +1325,7 @@ class Util {
|
||||||
foreach ($dirContent as $item) {
|
foreach ($dirContent as $item) {
|
||||||
$filePath = substr($item['path'], 25);
|
$filePath = substr($item['path'], 25);
|
||||||
if ($item['type'] == 'dir') {
|
if ($item['type'] == 'dir') {
|
||||||
$this->addRecoveryKey($filePath.'/');
|
$this->addRecoveryKeys($filePath.'/');
|
||||||
} else {
|
} else {
|
||||||
$session = new Session(new \OC_FilesystemView('/'));
|
$session = new Session(new \OC_FilesystemView('/'));
|
||||||
$sharingEnabled = \OCP\Share::isEnabled();
|
$sharingEnabled = \OCP\Share::isEnabled();
|
||||||
|
|
Loading…
Reference in a new issue