mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 03:26:04 +01:00
more fixes
This commit is contained in:
@@ -15,6 +15,7 @@ var groups = require('../groups'),
|
||||
|
||||
async = require('async'),
|
||||
winston = require('winston'),
|
||||
index = require('./index'),
|
||||
|
||||
SocketAdmin = {};
|
||||
|
||||
@@ -252,7 +253,7 @@ SocketAdmin.config.set = function(socket, data, callback) {
|
||||
});
|
||||
}
|
||||
|
||||
logger.monitorConfig({io: socket.server}, data);
|
||||
logger.monitorConfig({io: index.server}, data);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user