Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-08-15 18:07:22 +0300
committerJoas Schilling <coding@schilljs.com>2016-08-15 18:07:22 +0300
commit7d35bf707b7db1b9aaea1183c35c80bbcc5328db (patch)
tree0513c73c9c6497dc5e4729e162421ce8fedec086 /lib
parenta0a2a16a798138715bfc538a96fc3ee646dbc830 (diff)
Don't register non-existing capabilities
Diffstat (limited to 'lib')
-rw-r--r--lib/AppInfo/Application.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php
index a610dfc..c58207c 100644
--- a/lib/AppInfo/Application.php
+++ b/lib/AppInfo/Application.php
@@ -56,7 +56,5 @@ class Application extends App {
$server->getL10NFactory()->get('survey_client')
);
});
-
- $container->registerCapability('Capabilities');
}
}