Skip to content
Snippets Groups Projects
Commit 6980f59b authored by Florin Peter's avatar Florin Peter
Browse files

fixed typos

parent 173332af
Branches
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ Encrypted files
- Sharekey are stored in /data/user/files_encryption/share-files
- File extensions:
- Catfiles have keep the file extension of the original file, pre-encryption
- Catfiles have to keep the file extension of the original file, pre-encryption
- Keyfiles use .keyfile
- Sharekeys have .shareKey
......
......@@ -320,7 +320,7 @@ class Hooks {
$sharingEnabled = \OCP\Share::isEnabled();
// if a folder was shared, get a list if all (sub-)folders
// if a folder was shared, get a list of all (sub-)folders
if ($params['itemType'] === 'folder') {
$allFiles = $util->getAllFiles($path);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment