io.in logger

This commit is contained in:
barisusakli
2015-09-25 16:16:07 -04:00
parent e0c6acd163
commit 4a06750ae2
5 changed files with 28 additions and 31 deletions

View File

@@ -76,7 +76,7 @@ SocketAdmin.restart = function(socket, data, callback) {
};
SocketAdmin.fireEvent = function(socket, data, callback) {
index.server.sockets.emit(data.name, data.payload || {});
index.server.emit(data.name, data.payload || {});
};
SocketAdmin.themes.getInstalled = function(socket, data, callback) {