summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-03-30 10:43:37 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:28 +0200
commit2331298380690c9326b6d189c96e0201d6b0b9e1 (patch)
tree9c47eead6d399861b431189299ffe67aa54fba01 /apps/encryption/appinfo
parent937efe856d5f65706f2074a45d781d5944ba2494 (diff)
downloadnextcloud-server-2331298380690c9326b6d189c96e0201d6b0b9e1.tar.gz
nextcloud-server-2331298380690c9326b6d189c96e0201d6b0b9e1.zip
fix parameter declaration and class initialisation
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r--apps/encryption/appinfo/encryption.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/encryption.php b/apps/encryption/appinfo/encryption.php
index dd8004a4880..6aad9219025 100644
--- a/apps/encryption/appinfo/encryption.php
+++ b/apps/encryption/appinfo/encryption.php
@@ -85,7 +85,8 @@ class Encryption extends \OCP\AppFramework\App {
$container->query('UserSetup'),
$server->getUserSession(),
new \OCP\Util(),
- $container->query('Util')),
+ $container->query('Util'),
+ $server->getSession()),
]);
$hookManager->fireHooks();