summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/util.php
diff options
context:
space:
mode:
authorFlorin Peter <github@florin-peter.de>2013-05-29 19:19:40 +0200
committerFlorin Peter <github@florin-peter.de>2013-05-29 19:19:40 +0200
commit1202ab9995e2fa2293bfb8017fc58ca6daa4fba2 (patch)
tree7e839e730867ffe42b1d6626c819e87c450cae7f /apps/files_encryption/lib/util.php
parentd2652645425777c1a97f8421e51aad9bdcf39684 (diff)
parent8a5dec777553eab92c6ddf7a5a131b47761f1e28 (diff)
downloadnextcloud-server-1202ab9995e2fa2293bfb8017fc58ca6daa4fba2.tar.gz
nextcloud-server-1202ab9995e2fa2293bfb8017fc58ca6daa4fba2.zip
Merge branch 'master' into file_encryption_external_storage_fixes
Diffstat (limited to 'apps/files_encryption/lib/util.php')
-rw-r--r--apps/files_encryption/lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index 64d7e9e5842..218e58c3402 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -1420,7 +1420,7 @@ class Util {
if ($item['type'] == 'dir') {
$this->addRecoveryKeys($filePath . '/');
} else {
- $session = new Session(new \OC_FilesystemView('/'));
+ $session = new \OCA\Encryption\Session(new \OC_FilesystemView('/'));
$sharingEnabled = \OCP\Share::isEnabled();
$file = substr($filePath, 0, -4);
$usersSharing = $this->getSharingUsersArray($sharingEnabled, $file);