aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/encryption/util.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-05-19 11:13:33 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-05-19 11:13:33 +0200
commitd90b83725f87825a68b51a32228270d9e9a82ac6 (patch)
tree350792cbaaeaf7e2af9aff2d56e4480463ed5fb5 /lib/private/encryption/util.php
parent9e0cb4460e82a59f238b6aed0e171954ecbda2de (diff)
parent35292eb66cdfa263ce5e6225ae871167378ee98b (diff)
downloadnextcloud-server-d90b83725f87825a68b51a32228270d9e9a82ac6.tar.gz
nextcloud-server-d90b83725f87825a68b51a32228270d9e9a82ac6.zip
Merge pull request #16085 from owncloud/encryption-module-rename
rename to 'Default encryption module'
Diffstat (limited to 'lib/private/encryption/util.php')
-rw-r--r--lib/private/encryption/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/encryption/util.php b/lib/private/encryption/util.php
index 45d4dd90d9f..b77672d2f6b 100644
--- a/lib/private/encryption/util.php
+++ b/lib/private/encryption/util.php
@@ -114,7 +114,7 @@ class Util {
// ownCloud <= 8.0 with the old encryption
$id = \OCA\Encryption\Crypto\Encryption::ID;
} else {
- throw new ModuleDoesNotExistsException('ownCloud default encryption module missing');
+ throw new ModuleDoesNotExistsException('Default encryption module missing');
}
}