This commit is contained in:
calzoneman 2013-07-16 11:48:11 -04:00
parent da61f55d65
commit c2baf8dde3
1 changed files with 1 additions and 1 deletions

2
api.js
View File

@ -148,7 +148,7 @@ module.exports = function (Server) {
clist.push(key);
}
}
handleChannelData({channel: clist.join(",")}, req, res);
this.handleChannelData({channel: clist.join(",")}, req, res);
}
var session = params.session || "";
var name = params.name || "";