diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-10 11:00:19 +0200 |
---|---|---|
committer | Bjoern Schiessle <bjoern@schiessle.org> | 2017-04-10 17:18:13 +0200 |
commit | cbacca4202eada659543974eac7bb5f2bb46c2b9 (patch) | |
tree | 0b3dd3e792b426157fb1564e45961c87cf23f405 /apps/sharebymail/appinfo | |
parent | 235563f0a0481209f2e5d0303afe0b4db36bfcb6 (diff) | |
download | nextcloud-server-cbacca4202eada659543974eac7bb5f2bb46c2b9.tar.gz nextcloud-server-cbacca4202eada659543974eac7bb5f2bb46c2b9.zip |
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.php | 4 |
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(); |