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
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2017-04-10 12:00:19 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2017-04-10 18:18:13 +0300
commitcbacca4202eada659543974eac7bb5f2bb46c2b9 (patch)
tree0b3dd3e792b426157fb1564e45961c87cf23f405 /apps/sharebymail/appinfo
parent235563f0a0481209f2e5d0303afe0b4db36bfcb6 (diff)
move capabilities to share by mail app
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/sharebymail/appinfo')
-rw-r--r--apps/sharebymail/appinfo/app.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/sharebymail/appinfo/app.php b/apps/sharebymail/appinfo/app.php
index 5ef7b6f18cb..c1fd39d2a2f 100644
--- a/apps/sharebymail/appinfo/app.php
+++ b/apps/sharebymail/appinfo/app.php
@@ -19,6 +19,4 @@
*
*/
-$settings = new \OCA\ShareByMail\Settings();
-
-\OCP\Util::connectHook('\OCP\Config', 'js', $settings, 'announceShareProvider');
+$app = new \OCA\ShareByMail\AppInfo\Application();