diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-05-30 13:22:27 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-07-06 11:47:11 +0200 |
commit | 5f75468aa4341672e3a805ab5ce2ae03ba7402cc (patch) | |
tree | 1eafc930e978640e8aa4b78797e95fa9085fb934 /apps/encryption/lib/AppInfo/Application.php | |
parent | 28a7e72868017fb545e8303f32c1204ffc4cc8c1 (diff) | |
download | nextcloud-server-5f75468aa4341672e3a805ab5ce2ae03ba7402cc.tar.gz nextcloud-server-5f75468aa4341672e3a805ab5ce2ae03ba7402cc.zip |
improve status messages
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/encryption/lib/AppInfo/Application.php')
-rw-r--r-- | apps/encryption/lib/AppInfo/Application.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/encryption/lib/AppInfo/Application.php b/apps/encryption/lib/AppInfo/Application.php index c047489cec3..dd9d173c8eb 100644 --- a/apps/encryption/lib/AppInfo/Application.php +++ b/apps/encryption/lib/AppInfo/Application.php @@ -196,7 +196,8 @@ class Application extends \OCP\AppFramework\App { $c->getAppName(), $server->getRequest(), $server->getL10N($c->getAppName()), - $c->query('Session') + $c->query('Session'), + $server->getEncryptionManager() ); }); |