diff options
Diffstat (limited to 'lib/private/Encryption/File.php')
-rw-r--r-- | lib/private/Encryption/File.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/Encryption/File.php b/lib/private/Encryption/File.php index 87bc35bc159..daab097ce7c 100644 --- a/lib/private/Encryption/File.php +++ b/lib/private/Encryption/File.php @@ -71,7 +71,6 @@ class File implements \OCP\Encryption\IFile { * @return array{users: string[], public: bool} */ public function getAccessList($path) { - // Make sure that a share key is generated for the owner too [$owner, $ownerPath] = $this->util->getUidAndFilename($path); |