removed posttools edit

This commit is contained in:
barisusakli
2015-09-14 17:00:41 -04:00
parent 45c446dac0
commit 5388ddf791
2 changed files with 1 additions and 5 deletions

View File

@@ -294,7 +294,7 @@ SocketPosts.edit = function(socket, data, callback) {
return callback(new Error('[[error:content-too-long, ' + meta.config.maximumPostLength + ']]'));
}
postTools.edit({
posts.edit({
uid: socket.uid,
handle: data.handle,
pid: data.pid,