From ccbefb6e7506f5ad7cc23c9ae50971f8ea18b463 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Wed, 13 May 2015 14:39:27 +0200 Subject: delete all file keys doesn't need the encryption module as parameter; implement rmdir; getFileKeyDir should also work for part files and complete directories --- lib/public/encryption/keys/istorage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/public') diff --git a/lib/public/encryption/keys/istorage.php b/lib/public/encryption/keys/istorage.php index 752c073375d..17677814107 100644 --- a/lib/public/encryption/keys/istorage.php +++ b/lib/public/encryption/keys/istorage.php @@ -129,12 +129,11 @@ interface IStorage { * delete all file keys for a given file * * @param string $path to the file - * @param string $encryptionModuleId * * @return boolean False when the keys could not be deleted * @since 8.1.0 */ - public function deleteAllFileKeys($path, $encryptionModuleId); + public function deleteAllFileKeys($path); /** * delete system-wide encryption keys not related to a specific user, -- cgit v1.2.3