diff options
Diffstat (limited to 'apps/encryption/appinfo/application.php')
-rw-r--r-- | apps/encryption/appinfo/application.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/application.php b/apps/encryption/appinfo/application.php index fa620992c81..0c9dcb76fbc 100644 --- a/apps/encryption/appinfo/application.php +++ b/apps/encryption/appinfo/application.php @@ -101,7 +101,8 @@ class Application extends \OCP\AppFramework\App { return new Encryption( $container->query('Crypt'), $container->query('KeyManager'), - $container->query('Util') + $container->query('Util'), + $container->getServer()->getLogger() ); }); } |