diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2015-08-04 18:33:19 +0200 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2015-08-04 18:33:19 +0200 |
commit | dc5e89e624ca7bcc5ff4f9ce5068ccbc75cda7f6 (patch) | |
tree | ad7dc793c875af12fb232bb0ef9e291e9de12ea3 /settings/application.php | |
parent | 573177d1768dd69dde94106919a61344f4146794 (diff) | |
download | nextcloud-server-dc5e89e624ca7bcc5ff4f9ce5068ccbc75cda7f6.tar.gz nextcloud-server-dc5e89e624ca7bcc5ff4f9ce5068ccbc75cda7f6.zip |
also block certificate management in the back-end if external storages are disabled for the user
Diffstat (limited to 'settings/application.php')
-rw-r--r-- | settings/application.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/settings/application.php b/settings/application.php index 8da835c18d2..155cc39d041 100644 --- a/settings/application.php +++ b/settings/application.php @@ -107,7 +107,8 @@ class Application extends App { $c->query('AppName'), $c->query('Request'), $c->query('CertificateManager'), - $c->query('L10N') + $c->query('L10N'), + $c->query('IAppManager') ); }); $container->registerService('GroupsController', function(IContainer $c) { |