diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-04 10:27:54 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-04 10:27:54 +0100 |
commit | ed0da94d3bdb47d57ee7a274f7e55ffa4e008f64 (patch) | |
tree | 2625dfa900102b8a593f242f62b67350b74f6f32 /apps/encryption | |
parent | 7fe047425fa0dc29069ea0c783464e16ed19ae98 (diff) | |
parent | 46261b5ff1762c999c0f4e8e44cd05fab76ecdab (diff) | |
download | nextcloud-server-ed0da94d3bdb47d57ee7a274f7e55ffa4e008f64.tar.gz nextcloud-server-ed0da94d3bdb47d57ee7a274f7e55ffa4e008f64.zip |
Merge pull request #20272 from owncloud/phil-davis-setEncryptHomeStorage
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 */ |