From 21441fad9b6901728f6152d35e2ae33105db5046 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Tue, 19 Jun 2018 11:16:25 +0200 Subject: Added new search standard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/js') 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; -- cgit v1.2.3