mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05: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) {
|
PostTools.edit = function(uid, pid, title, content, options, callback) {
|
||||||
options = options || (options = {});
|
options = options || {};
|
||||||
|
|
||||||
function success(postData) {
|
function success(postData) {
|
||||||
posts.setPostFields(pid, {
|
posts.setPostFields(pid, {
|
||||||
|
|||||||
Reference in New Issue
Block a user