Merge pull request #20272 from owncloud/phil-davis-setEncryptHomeStorage

Correct the description of function setEncryptHomeStorage
This commit is contained in:
Thomas Müller 2015-11-04 10:27:54 +01:00
commit ed0da94d3b
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class Util {
} }
/** /**
* check if the home storage should be encrypted * set the home storage encryption on/off
* *
* @param bool $encryptHomeStorage * @param bool $encryptHomeStorage
*/ */