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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,