diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-19 11:16:25 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-19 23:53:20 +0200 |
commit | 21441fad9b6901728f6152d35e2ae33105db5046 (patch) | |
tree | f87c0d9aa9e5a230736c29b038f990759248980a /apps/files | |
parent | 2f38f2b7070a424a0f3b3188c3d138f9f4543e12 (diff) | |
download | nextcloud-server-21441fad9b6901728f6152d35e2ae33105db5046.tar.gz nextcloud-server-21441fad9b6901728f6152d35e2ae33105db5046.zip |
Added new search standard
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/js/search.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/search.js b/apps/files/js/search.js index aca6d42850e..4df79055f5c 100644 --- a/apps/files/js/search.js +++ b/apps/files/js/search.js @@ -139,7 +139,7 @@ this.fileList = fileList; }; - OC.Plugins.register('OCA.Search', this); + OC.Plugins.register('OCA.Search.Core', this); }, attach: function(search) { var self = this; |