diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-01 15:42:08 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-04-07 13:30:30 +0200 |
commit | feb9a6e21630724f3388ea219daccca3b13f69d0 (patch) | |
tree | 4e4b8c431968feaa8079b1c2bbd55c473ce804b8 /apps/encryption | |
parent | 43c0af2580a615f328c0a3a6d0d6256b4e625f3f (diff) | |
download | nextcloud-server-feb9a6e21630724f3388ea219daccca3b13f69d0.tar.gz nextcloud-server-feb9a6e21630724f3388ea219daccca3b13f69d0.zip |
Set human readable module ids
Diffstat (limited to 'apps/encryption')
-rw-r--r-- | apps/encryption/lib/crypto/encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/lib/crypto/encryption.php b/apps/encryption/lib/crypto/encryption.php index c3fd3405366..b66be26370f 100644 --- a/apps/encryption/lib/crypto/encryption.php +++ b/apps/encryption/lib/crypto/encryption.php @@ -16,7 +16,7 @@ use OCA\Encryption\KeyManager; class Encryption implements IEncryptionModule { - const ID = '42'; + const ID = 'OC_DEFAULT_MODULE'; /** * @var Crypt |