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:
authorLukas Reschke <lukas@statuscode.ch>2017-04-28 10:48:33 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-28 10:49:02 +0300
commite974f26afab12a48e018ee4da47e7863aecf1a9f (patch)
tree176a6a1f18418a7b14142c222cf0890b3e40ac1c /core/js/sharedialogview.js
parent3fb7de2dfb5099e4acb4f19b3038fb7acb5321c1 (diff)
Rename extension point
To align with upstream. Fixes https://github.com/nextcloud/guests/issues/3 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'core/js/sharedialogview.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() {