aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-09-05 14:25:51 +0200
committerJoas Schilling <coding@schilljs.com>2016-09-05 14:27:19 +0200
commit1d834bd49e2ba215b0de58fc8845f467ddfe51e4 (patch)
tree187c571f87a11d01e7bd51dcc1b0737aecaf0482 /apps/theming/appinfo
parent12736a359221cf9d6d4dc4c3aba83a545554b02e (diff)
downloadnextcloud-server-1d834bd49e2ba215b0de58fc8845f467ddfe51e4.tar.gz
nextcloud-server-1d834bd49e2ba215b0de58fc8845f467ddfe51e4.zip
Add theming information to capabilities for the client
Diffstat (limited to 'apps/theming/appinfo')
-rw-r--r--apps/theming/appinfo/app.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/theming/appinfo/app.php b/apps/theming/appinfo/app.php
index f558c35e61f..e67092b642f 100644
--- a/apps/theming/appinfo/app.php
+++ b/apps/theming/appinfo/app.php
@@ -49,3 +49,6 @@ $linkToJs = \OC::$server->getURLGenerator()->linkToRoute(
'src' => $linkToJs,
], ''
);
+
+$app = new \OCP\AppFramework\App('theming');
+$app->getContainer()->registerCapability(\OCA\Theming\Capabilities::class);