summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-08-06 00:18:53 +0200
committerArthur Schiwon <blizzz@owncloud.com>2015-08-06 11:09:47 +0200
commit1aaef6fde7dc8b303a4265fefb7f2ae873ec7db1 (patch)
treeceb3923dc95ed6a258ad596141090376a6d440ea /lib
parentdc04afbe29375091eeb10bfb18aac42ed62dcccc (diff)
downloadnextcloud-server-1aaef6fde7dc8b303a4265fefb7f2ae873ec7db1.tar.gz
nextcloud-server-1aaef6fde7dc8b303a4265fefb7f2ae873ec7db1.zip
files and sharing will require backbonejs
Diffstat (limited to 'lib')
-rw-r--r--lib/private/share/share.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/share/share.php b/lib/private/share/share.php
index 40fcc59f219..90d271b1d77 100644
--- a/lib/private/share/share.php
+++ b/lib/private/share/share.php
@@ -83,6 +83,7 @@ class Share extends Constants {
);
if(count(self::$backendTypes) === 1) {
\OC_Util::addScript('core', 'share');
+ \OC_Util::addVendorScript('core', 'backbone/backbone');
\OC_Util::addStyle('core', 'share');
}
return true;