mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
crash fix
This commit is contained in:
@@ -54,7 +54,7 @@ var winston = require('winston'),
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
options.tags = options.tags || [];
|
||||
if (isMainPost) {
|
||||
title = title.trim();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user