Merge pull request from th-h/2.1

Fix variable name in hook backend_sendcomment
This commit is contained in:
Thomas Hochstein 2018-03-25 08:04:41 +02:00 committed by GitHub
commit ade598172b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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