mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-15 00:21:44 +02:00
added posted data back whoops
This commit is contained in:
@@ -37,13 +37,15 @@ var async = require('async'),
|
||||
return callback(new Error('[[error:invalid-uid]]'));
|
||||
}
|
||||
|
||||
var postData;
|
||||
|
||||
async.waterfall([
|
||||
function(next) {
|
||||
db.incrObjectField('global', 'nextPid', next);
|
||||
},
|
||||
function(pid, next) {
|
||||
|
||||
var postData = {
|
||||
postData = {
|
||||
'pid': pid,
|
||||
'uid': uid,
|
||||
'tid': tid,
|
||||
|
||||
Reference in New Issue
Block a user