summaryrefslogtreecommitdiffstats
path: root/apps/encryption/appinfo
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-05-18 13:09:36 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2015-05-18 15:43:53 +0200
commit76761662547f5ac945f9103e290ad0b19e3d9d10 (patch)
treecb44fbd9481bd35b841f57acbcc46b43575950bf /apps/encryption/appinfo
parenta1e60e78823d0f00681db0a6dc62a5a157b302f4 (diff)
downloadnextcloud-server-76761662547f5ac945f9103e290ad0b19e3d9d10.tar.gz
nextcloud-server-76761662547f5ac945f9103e290ad0b19e3d9d10.zip
add l10n to constructor
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r--apps/encryption/appinfo/application.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/application.php b/apps/encryption/appinfo/application.php
index 79b2ad3abaf..10ad610cd4a 100644
--- a/apps/encryption/appinfo/application.php
+++ b/apps/encryption/appinfo/application.php
@@ -104,7 +104,8 @@ class Application extends \OCP\AppFramework\App {
$container->query('Crypt'),
$container->query('KeyManager'),
$container->query('Util'),
- $container->getServer()->getLogger()
+ $container->getServer()->getLogger(),
+ $container->getServer()->getL10N($container->getAppName())
);
});