Archived
1
0

Fix variable name in hook backend_sendcomment

This commit is contained in:
Mario Hommel
2018-03-24 18:31:14 +01:00
committed by GitHub
parent 493ddde07a
commit 0d8cdd59fa
+1 -1
View File
@@ -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,