removed null

This commit is contained in:
barisusakli
2014-12-23 15:06:05 -05:00
parent cd41e192d1
commit 3d9e86d9b2

View File

@@ -117,7 +117,7 @@ module.exports = function(Topics) {
return callback(err);
}
plugins.fireHook('action:post.move', {post: postData, tid: tid});
callback(null);
callback();
});
};
};