diff options
author | Phil Davis <phil.davis@inf.org> | 2015-11-03 22:47:55 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2015-11-03 22:47:55 +0545 |
commit | 46261b5ff1762c999c0f4e8e44cd05fab76ecdab (patch) | |
tree | 2feca97c6d54bafc56ec4246f71442770f53239e /apps/encryption | |
parent | 5a25f1c2a0b77e42db6881a3c5c5ca49fb39b563 (diff) | |
download | nextcloud-server-46261b5ff1762c999c0f4e8e44cd05fab76ecdab.tar.gz nextcloud-server-46261b5ff1762c999c0f4e8e44cd05fab76ecdab.zip |
Correct the description of function setEncryptHomeStorage
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/util.php b/apps/encryption/lib/util.php index 62c9dc6dc5f..62907f8a460 100644 --- a/apps/encryption/lib/util.php +++ b/apps/encryption/lib/util.php @@ -115,7 +115,7 @@ class Util { } /** - * check if the home storage should be encrypted + * set the home storage encryption on/off * * @param bool $encryptHomeStorage */ |