Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMichael Gapczynski <mtgap@owncloud.com>2013-01-05 05:18:58 +0400
committerMichael Gapczynski <mtgap@owncloud.com>2013-01-05 05:18:58 +0400
commit0b13b411893c472ce3102ece5d63de34bf872a8d (patch)
tree9d85a64dcd50d395837837ba4d5424528e2f3fa4 /apps
parent934d9dcc42e2d7281e04c6acecdd53ae2a03b25f (diff)
parent3d23e983908d02fe72f305aeaabbdca05d167e8f (diff)
Merge pull request #1053 from owncloud/ocs_api
External API for ownCloud based on OCS
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/appinfo/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index 109f86b2e87..0104d0d017f 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -6,4 +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');
+OCP\Util::addScript('files_sharing', 'share'); \ No newline at end of file