Merge pull request #4574 from nextcloud/rename-extension-point

Rename extension point
This commit is contained in:
Lukas Reschke 2017-04-28 11:15:28 +02:00 committed by GitHub
commit ec272f3ac3
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() {