diff --git a/include/functions_comments.inc.php b/include/functions_comments.inc.php index 8c01e79b..700a790f 100644 --- a/include/functions_comments.inc.php +++ b/include/functions_comments.inc.php @@ -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,