summaryrefslogtreecommitdiffstats
path: root/lib/private/share
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-08-13 02:38:14 +0200
committerVincent Petry <pvince81@owncloud.com>2015-09-16 07:23:25 +0200
commit83d91ddf20bd2e61b9f01c82817ac8b815d3ac66 (patch)
tree8acdf4caedd9f867bf73f5d565cb176335e006cc /lib/private/share
parentb015eff2e92ba83c6bf95c0084e283ddc7a5df70 (diff)
downloadnextcloud-server-83d91ddf20bd2e61b9f01c82817ac8b815d3ac66.tar.gz
nextcloud-server-83d91ddf20bd2e61b9f01c82817ac8b815d3ac66.zip
further work on reimplementing the dialog layout
Diffstat (limited to 'lib/private/share')
-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 65968f581f5..cd3f0cbfb34 100644
--- a/lib/private/share/share.php
+++ b/lib/private/share/share.php
@@ -83,6 +83,7 @@ class Share extends Constants {
'supportedFileExtensions' => $supportedFileExtensions
);
if(count(self::$backendTypes) === 1) {
+ \OC_Util::addScript('core', 'shareconfigmodel');
\OC_Util::addScript('core', 'shareitemmodel');
\OC_Util::addScript('core', 'sharedialogview');
\OC_Util::addScript('core', 'share');