From b5fad75e579b9aeada87e63b4e7866956e1e20ff Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Fri, 27 Mar 2015 11:46:32 +0100 Subject: add deleteAllFileKeys to public interface and add "uid" as parameter for the update call --- lib/private/encryption/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/private/encryption/update.php') diff --git a/lib/private/encryption/update.php b/lib/private/encryption/update.php index 649cf0285a6..06dc330151e 100644 --- a/lib/private/encryption/update.php +++ b/lib/private/encryption/update.php @@ -104,7 +104,7 @@ class Update { foreach ($allFiles as $path) { $usersSharing = $this->util->getSharingUsersArray($path); - $encryptionModule->update($absPath, $usersSharing); + $encryptionModule->update($absPath, $this->uid, $usersSharing); } } -- cgit v1.2.3