mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-07 16:12:53 +01:00
fixed incorrect library module ref
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user