Set human readable module ids
This commit is contained in:
parent
43c0af2580
commit
feb9a6e216
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ use OCA\Encryption\KeyManager;
|
|||
|
||||
class Encryption implements IEncryptionModule {
|
||||
|
||||
const ID = '42';
|
||||
const ID = 'OC_DEFAULT_MODULE';
|
||||
|
||||
/**
|
||||
* @var Crypt
|
||||
|
|
|
@ -34,7 +34,7 @@ class DummyModule implements IEncryptionModule {
|
|||
* @return string defining the technical unique id
|
||||
*/
|
||||
public function getId() {
|
||||
return "34876934";
|
||||
return "OC_DUMMY_MODULE";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue