Fix variable name in hook backend_sendcomment
This commit is contained in:
parent
493ddde07a
commit
0d8cdd59fa
@ -1159,7 +1159,7 @@ function serendipity_sendComment($comment_id, $to, $fromName, $fromEmail, $fromU
|
||||
$eventData = array( 'comment_id' => $comment_id,
|
||||
'entry_id' => $id,
|
||||
'entryURI' => $entryURI,
|
||||
'$path' => $path,
|
||||
'path' => $path,
|
||||
'deleteURI' => $deleteURI,
|
||||
'approveURI' => $approveURI,
|
||||
'moderate_comment' => $moderate_comment,
|
||||
|
Loading…
x
Reference in New Issue
Block a user