This commit is contained in:
Barış Soner Uşaklı
2017-05-01 21:38:03 -04:00
parent 13a04123e0
commit 6fb90a17e0
4 changed files with 10 additions and 4 deletions

View File

@@ -295,7 +295,7 @@ define('forum/topic/postTools', [
socket.emit(method, {
pid: pid,
room_id: app.currentRoom,
room_id: 'topic_' + ajaxify.data.tid,
}, function (err) {
if (err) {
app.alertError(err.message);