This commit is contained in:
barisusakli
2015-08-28 14:31:35 -04:00
parent bdfb168f2f
commit 25502f0687
13 changed files with 114 additions and 205 deletions

View File

@@ -12,7 +12,7 @@ var searchController = {},
searchController.search = function(req, res, next) {
if (!plugins.hasListeners('filter:search.query')) {
return helpers.notFound(req, res);
return next();
}
var breadcrumbs = helpers.buildBreadcrumbs([{text: '[[global:search]]'}]);