This commit is contained in:
barisusakli
2014-11-07 17:15:01 -05:00
parent d77bd638c4
commit 1ae39d638a
10 changed files with 101 additions and 28 deletions

View File

@@ -383,7 +383,7 @@ SocketTopics.moveAll = function(socket, data, callback) {
return callback(err || new Error('[[error:no-privileges]]'));
}
categories.getTopicIds('categories:' + data.currentCid + ':tid', 0, -1, function(err, tids) {
categories.getTopicIds('cid:' + data.currentCid + ':tids', 0, -1, function(err, tids) {
if (err) {
return callback(err);
}