diff options
Diffstat (limited to 'apps/files/js/search.js')
-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; |