From f29dda4b923650378e2c4fd9f0af86a3a5b8c779 Mon Sep 17 00:00:00 2001 From: barisusakli Date: Wed, 14 May 2014 14:59:35 -0400 Subject: [PATCH] fixed 1 more --- src/topics/posts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topics/posts.js b/src/topics/posts.js index 8646f6b621..ac2c57843f 100644 --- a/src/topics/posts.js +++ b/src/topics/posts.js @@ -67,7 +67,7 @@ module.exports = function(Topics) { postData[i].downvoted = results.voteData[i].downvoted; postData[i].votes = postData[i].votes || 0; postData[i].display_moderator_tools = parseInt(uid, 10) !== 0 && results.privileges[i].meta.editable; - postData[i].display_move_tools = results.privileges[i].move; + postData[i].display_move_tools = results.privileges[i].meta.move; postData[i].selfPost = parseInt(uid, 10) === parseInt(postData[i].uid, 10); if(postData[i].deleted && !results.privileges[i].meta.view_deleted) {