diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-13 01:10:35 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-10-22 14:13:37 +0200 |
commit | 04fafdd50543fb95f7d2640ad7d4fa5960d5f323 (patch) | |
tree | 0bfc6d425c00cbbfbafa71870c668f543d5f2dcd /apps/comments | |
parent | 8722458d2a2342517e45674129ec5c7d071a4077 (diff) | |
download | nextcloud-server-04fafdd50543fb95f7d2640ad7d4fa5960d5f323.tar.gz nextcloud-server-04fafdd50543fb95f7d2640ad7d4fa5960d5f323.zip |
fix class name in info.xml
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/comments/appinfo/info.xml b/apps/comments/appinfo/info.xml index ada4915d145..6fcfa4bd399 100644 --- a/apps/comments/appinfo/info.xml +++ b/apps/comments/appinfo/info.xml @@ -31,7 +31,7 @@ <collaboration> <plugins> - <plugin type="autocomplete-sort">OCA\Comments\Collaboration\Sorter</plugin> + <plugin type="autocomplete-sort">OCA\Comments\Collaboration\CommentersSorter</plugin> </plugins> </collaboration> </info> |