From 000f8b8d925e9fb9e9fc0c0c39167d0f87f349e6 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 28 Jul 2017 14:19:27 -0400 Subject: [PATCH] fixed incorrect library module ref --- src/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.js b/src/search.js index d54f1e0ae2..a0207d5844 100644 --- a/src/search.js +++ b/src/search.js @@ -89,7 +89,7 @@ function searchInContent(data, callback) { filterAndSort(pids, data, next); }, function (pids, next) { - plugin.fireHook('filter:search.inContent', { + plugins.fireHook('filter:search.inContent', { pids: pids, }, next); },