v1.18.x
barisusakli 9 years ago
parent fd215c774f
commit 24a302ea1a

@ -55,7 +55,7 @@ module.exports = function(SocketTopics) {
async.waterfall([
function (next) {
privileges.categories.canMoveAllTopics(data.currentCid, data.cid, data.uid, next);
privileges.categories.canMoveAllTopics(data.currentCid, data.cid, socket.uid, next);
},
function (canMove, next) {
if (!canMove) {

Loading…
Cancel
Save