removed null

v1.18.x
barisusakli 10 years ago
parent cd41e192d1
commit 3d9e86d9b2

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

Loading…
Cancel
Save