summaryrefslogtreecommitdiffstats
path: root/core/js
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-28 11:15:28 +0200
committerGitHub <noreply@github.com>2017-04-28 11:15:28 +0200
commitec272f3ac357539ca0ca44c2b05c8771061cd789 (patch)
treec7dc5c9853d3d7ec376cf8b779294e755b351a3d /core/js
parent75e783c2a9319bfd17b0a3d4bbada235dd4e6bd0 (diff)
parente974f26afab12a48e018ee4da47e7863aecf1a9f (diff)
downloadnextcloud-server-ec272f3ac357539ca0ca44c2b05c8771061cd789.tar.gz
nextcloud-server-ec272f3ac357539ca0ca44c2b05c8771061cd789.zip
Merge pull request #4574 from nextcloud/rename-extension-point
Rename extension point
Diffstat (limited to 'core/js')
-rw-r--r--core/js/sharedialogview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogview.js b/core/js/sharedialogview.js
index 3b09d13a7e2..007e13dd366 100644
--- a/core/js/sharedialogview.js
+++ b/core/js/sharedialogview.js
@@ -121,7 +121,7 @@
'onShareWithFieldChanged'
);
- OC.Plugins.attach('OCA.Share.ShareDialogView', this);
+ OC.Plugins.attach('OC.Share.ShareDialogView', this);
},
onShareWithFieldChanged: function() {