Rename extension point

To align with upstream.

Fixes https://github.com/nextcloud/guests/issues/3

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-04-28 09:48:33 +02:00
parent 3fb7de2dfb
commit e974f26afa
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@
'onShareWithFieldChanged'
);
OC.Plugins.attach('OCA.Share.ShareDialogView', this);
OC.Plugins.attach('OC.Share.ShareDialogView', this);
},
onShareWithFieldChanged: function() {