aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo/app.php
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2012-08-22 12:31:54 -0400
committerMichael Gapczynski <mtgap@owncloud.com>2012-08-22 12:32:07 -0400
commit885b8c481bed58a41b5f458decafa8bbfe1635c1 (patch)
tree3ebcf7cad00b92bcaa916a2f2f31ba9e8cf806fb /apps/files_sharing/appinfo/app.php
parent3debb6745815bb854c477d63090b7df03620ab20 (diff)
downloadnextcloud-server-885b8c481bed58a41b5f458decafa8bbfe1635c1.tar.gz
nextcloud-server-885b8c481bed58a41b5f458decafa8bbfe1635c1.zip
Check if files_sharing app is enabled, move file specific javascript to files_sharing app
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 fcebacc19d7..109f86b2e87 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -6,3 +6,4 @@ OC::$CLASSPATH['OC_Filestorage_Shared'] = "apps/files_sharing/lib/sharedstorage.
OCP\Util::connectHook('OC_Filesystem', 'setup', 'OC_Filestorage_Shared', 'setup');
OCP\Share::registerBackend('file', 'OC_Share_Backend_File');
OCP\Share::registerBackend('folder', 'OC_Share_Backend_Folder', 'file');
+OCP\Util::addScript('files_sharing', 'share');