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