diff options
Diffstat (limited to 'apps/encryption/appinfo/app.php')
-rw-r--r-- | apps/encryption/appinfo/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/encryption/appinfo/app.php b/apps/encryption/appinfo/app.php index 8573f8d605d..240a1726715 100644 --- a/apps/encryption/appinfo/app.php +++ b/apps/encryption/appinfo/app.php @@ -23,3 +23,5 @@ namespace OCA\Encryption\AppInfo; $app = new Application(); $app->registerEncryptionModule(); +$app->registerHooks(); +$app->registerSettings(); |