summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/app.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-09-05 02:02:55 +0200
committerVincent Petry <pvince81@owncloud.com>2015-09-16 07:23:27 +0200
commit258a2e2696c0c2a1e784fe27cbd8ca9a4dc8b8ca (patch)
tree158797333115ab4ed60ea876ade7a3f06b69a8e2 /apps/files_sharing/appinfo/app.php
parent858a2a4e6c42f8cc68212439930c16029a6bba36 (diff)
downloadnextcloud-server-258a2e2696c0c2a1e784fe27cbd8ca9a4dc8b8ca.tar.gz
nextcloud-server-258a2e2696c0c2a1e784fe27cbd8ca9a4dc8b8ca.zip
now you even can share
Diffstat (limited to 'apps/files_sharing/appinfo/app.php')
-rw-r--r--apps/files_sharing/appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index 2bb872eaad6..8d919d1466f 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -61,6 +61,7 @@ $eventDispatcher->addListener(
\OCP\Util::addScript('files_sharing', 'share');
\OCP\Util::addScript('files_sharing', 'sharetabview');
\OCP\Util::addScript('files_sharing', 'external');
+ \OCP\Util::addStyle('files_sharing', 'sharetabview');
}
);