mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
basic topic searching via search bar working
This commit is contained in:
@@ -508,7 +508,7 @@ var async = require('async'),
|
||||
term: term
|
||||
}, callback);
|
||||
} else {
|
||||
callback(undefined, []);
|
||||
callback(new Error('no-plugins-available'), []);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user