mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
fix #1255 - add comment incrementing to Posts when adding a comment
This commit is contained in:
parent
b1e15e9fb1
commit
8c2362befe
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Comments.methods.new = function (comment) {
|
|||
// ------------------------------ Callbacks ------------------------------ //
|
||||
|
||||
// run all post submit server callbacks on comment object successively
|
||||
comment = Telescope.callbacks.run("commentSubmit", comment);
|
||||
comment = Telescope.callbacks.run("comments.new.sync", comment);
|
||||
|
||||
// -------------------------------- Insert -------------------------------- //
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue