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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/appinfo/app.php')
-rw-r--r--apps/theming/appinfo/app.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php
index d22ff5d16be..1a49438d59e 100644
--- a/apps/theming/appinfo/app.php
+++ b/apps/theming/appinfo/app.php
@@ -38,3 +38,5 @@ $linkToCSS = \OC::$server->getURLGenerator()->linkToRoute(
]
);
+$app = new \OCP\AppFramework\App('theming');
+$app->getContainer()->registerCapability('OCA\Theming\Capabilities');