mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-16 13:37:57 +02:00
Merge branch 'master' of https://github.com/NodeBB/NodeBB
This commit is contained in:
@@ -86,7 +86,7 @@ module.exports = function(Posts) {
|
||||
|
||||
function editMainPost(data, postData, callback) {
|
||||
var tid = postData.tid;
|
||||
var title = data.title.trim();
|
||||
var title = data.title ? data.title.trim() : '';
|
||||
|
||||
async.parallel({
|
||||
topic: function(next) {
|
||||
|
||||
Reference in New Issue
Block a user