diff options
author | Joas Schilling <coding@schilljs.com> | 2016-09-05 14:25:51 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-09-05 14:27:19 +0200 |
commit | 1d834bd49e2ba215b0de58fc8845f467ddfe51e4 (patch) | |
tree | 187c571f87a11d01e7bd51dcc1b0737aecaf0482 /apps/theming/appinfo | |
parent | 12736a359221cf9d6d4dc4c3aba83a545554b02e (diff) | |
download | nextcloud-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.php | 3 |
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); |