mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
closes #5613
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user