This commit is contained in:
Baris Soner Usakli
2013-12-31 17:14:27 -05:00
parent d43f3cebc6
commit 742c8fb43c
3 changed files with 8 additions and 0 deletions

View File

@@ -667,6 +667,7 @@ var async = require('async'),
'unreplied': parseInt(topicData.postcount, 10) > 1,
'topic_id': tid,
'expose_tools': privileges.editable ? 1 : 0,
'disableSocialButtons': meta.config.disableSocialButtons !== undefined ? parseInt(meta.config.disableSocialButtons, 10) !== 0 : false,
'posts': topicPosts
});
});