mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
closes #5398
This commit is contained in:
@@ -168,10 +168,11 @@ SocketAdmin.config.setMultiple = function (socket, data, callback) {
|
||||
key: field,
|
||||
value: data[field]
|
||||
};
|
||||
plugins.fireHook('action:config.set', setting);
|
||||
|
||||
logger.monitorConfig({io: index.server}, setting);
|
||||
}
|
||||
}
|
||||
plugins.fireHook('action:config.set', {settings: data});
|
||||
setImmediate(next);
|
||||
}
|
||||
], callback);
|
||||
|
||||
Reference in New Issue
Block a user