mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 09:36:16 +01:00
closes #3756
This commit is contained in:
@@ -22,13 +22,6 @@ dashboardController.get = function(req, res, next) {
|
||||
doneText: 'Reload not required',
|
||||
notDoneText:'Reload required'
|
||||
},
|
||||
{
|
||||
done: plugins.hasListeners('filter:email.send'),
|
||||
doneText: 'Emailer Installed',
|
||||
notDoneText:'Emailer not installed',
|
||||
tooltip:'Install an emailer plugin from the plugin page in order to activate registration emails and email digests',
|
||||
link:'/admin/extend/plugins'
|
||||
},
|
||||
{
|
||||
done: plugins.hasListeners('filter:search.query'),
|
||||
doneText: 'Search Plugin Installed',
|
||||
|
||||
Reference in New Issue
Block a user