aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/appinfo/app.php')
-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);