summaryrefslogtreecommitdiffstats
path: root/apps/comments/js
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2016-09-12 11:44:38 +0200
committerJoas Schilling <coding@schilljs.com>2016-10-05 14:21:26 +0200
commitdba72a48cd8a2105540669ef380ec0537e656153 (patch)
tree46a7d67e8d08f6843fe908746bfea5c7b4f55b11 /apps/comments/js
parented70d4a2dcf5218fe48b22d31e4ceb2968a46ef7 (diff)
downloadnextcloud-server-dba72a48cd8a2105540669ef380ec0537e656153.tar.gz
nextcloud-server-dba72a48cd8a2105540669ef380ec0537e656153.zip
Fix activity rendering plugin name
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'apps/comments/js')
-rw-r--r--apps/comments/js/activitytabviewplugin.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/js/activitytabviewplugin.js b/apps/comments/js/activitytabviewplugin.js
index 6ea5a3610ef..321e3392e35 100644
--- a/apps/comments/js/activitytabviewplugin.js
+++ b/apps/comments/js/activitytabviewplugin.js
@@ -56,4 +56,4 @@
})();
-OC.Plugins.register('OCA.Activity.Plugins', OCA.Comments.ActivityTabViewPlugin);
+OC.Plugins.register('OCA.Activity.RenderingPlugins', OCA.Comments.ActivityTabViewPlugin);