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