Commit f3d4da73 authored by strong's avatar strong

Merge commit '21c0f268' into SANDBOX

parents 9b43f086 21c0f268
......@@ -3,6 +3,7 @@ var express = require('express'),
router = express.Router(),
returnCode = require('../../utils/returnCode'),
moment = require('moment'),
mongoose = require('mongoose'),
_ = require('lodash'),
then = require('thenjs');
......
......@@ -79,7 +79,8 @@ function create(req, callback) {
$set: {
images: entity.images,
content: entity.content,
tag: entity.tag
tag: entity.tag,
address: entity.address
}
};
forumThreadService.updateThreadById(doc._id, update, function(err, updatedDoc) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment