diff options
Diffstat (limited to 'apps/encryption/appinfo/encryption.php')
-rw-r--r-- | apps/encryption/appinfo/encryption.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/encryption.php b/apps/encryption/appinfo/encryption.php index a389abe5dae..d97aa07738c 100644 --- a/apps/encryption/appinfo/encryption.php +++ b/apps/encryption/appinfo/encryption.php @@ -85,7 +85,7 @@ class Encryption extends \OCP\AppFramework\App { $container->query('UserSetup'), $server->getUserSession(), new \OCP\Util(), - $container->query('Util'),), + $container->query('Util')), ]); $hookManager->fireHooks(); |