summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/appinfo
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-03-18 15:26:04 +0100
committerRobin Appelman <icewind@owncloud.com>2015-03-26 19:56:57 +0100
commit1be7da4a57ed006bd246f25dbe053b58b89557c9 (patch)
tree377cea7c0ea851f9cf4b16a2194c6df8b1704129 /apps/files_sharing/appinfo
parent173c31e42af766298c9f43837a9a3e4021cdc131 (diff)
downloadnextcloud-server-1be7da4a57ed006bd246f25dbe053b58b89557c9.tar.gz
nextcloud-server-1be7da4a57ed006bd246f25dbe053b58b89557c9.zip
replace share proxy with hook
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r--apps/files_sharing/appinfo/app.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php
index 85002ff982b..a222973fc34 100644
--- a/apps/files_sharing/appinfo/app.php
+++ b/apps/files_sharing/appinfo/app.php
@@ -51,8 +51,6 @@ OCP\Share::registerBackend('folder', 'OC_Share_Backend_Folder', 'file');
OCP\Util::addScript('files_sharing', 'share');
OCP\Util::addScript('files_sharing', 'external');
-OC_FileProxy::register(new OCA\Files\Share\Proxy());
-
\OC::$server->getActivityManager()->registerExtension(function() {
return new \OCA\Files_Sharing\Activity(
\OC::$server->query('L10NFactory'),