From 46261b5ff1762c999c0f4e8e44cd05fab76ecdab Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 3 Nov 2015 22:47:55 +0545 Subject: [PATCH] Correct the description of function setEncryptHomeStorage --- apps/encryption/lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/encryption/lib/util.php b/apps/encryption/lib/util.php index 62c9dc6dc5..62907f8a46 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 */