mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
minor fix
This commit is contained in:
@@ -71,7 +71,7 @@ var winston = require('winston'),
|
||||
|
||||
|
||||
PostTools.edit = function(uid, pid, title, content, options, callback) {
|
||||
options = options || (options = {});
|
||||
options = options || {};
|
||||
|
||||
function success(postData) {
|
||||
posts.setPostFields(pid, {
|
||||
|
||||
Reference in New Issue
Block a user