Fix dummy encryption module registration
This commit is contained in:
parent
b5c5775626
commit
491e590165
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
|||
|
||||
$manager = \OC::$server->getEncryptionManager();
|
||||
$module = new \OCA\Encryption_Dummy\DummyModule();
|
||||
$manager->registerEncryptionModule($module);
|
||||
$manager->registerEncryptionModule('OC_DUMMY_MODULE', 'Dummy Encryption Module', $module);
|
||||
|
||||
|
|
Loading…
Reference in a new issue