fixed incorrect library module ref

This commit is contained in:
Julian Lam
2017-07-28 14:19:27 -04:00
parent e0862be3c8
commit 000f8b8d92

View File

@@ -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);
},