This commit is contained in:
barisusakli
2014-07-07 17:36:10 -04:00
parent c684ec8958
commit 64d04f7aa6
8 changed files with 114 additions and 56 deletions

View File

@@ -325,7 +325,7 @@
return callback(err);
}
posts.getPostSummaryByPids(pids, false, callback);
posts.getPostSummaryByPids(pids, {stripTags: false}, callback);
});
});
};