Skip to content

Commit

Permalink
Fixed incorrect variable name for comment notification email
Browse files Browse the repository at this point in the history
  • Loading branch information
eSilverStrike committed Feb 18, 2020
1 parent 7364738 commit e89c9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/lib-comment.php
Expand Up @@ -1702,7 +1702,7 @@ function CMT_sendNotification($title, $comment, $uid, $username, $ipaddress, $ty
}

$pluginItemUrl = CMT_getCommentUrlId($type, $sid);
$mailBody .= $LANG03['comment_for'] . ': ' . $pluginItemUrl . "\n\n";
$mailbody .= $LANG03['comment_for'] . ': ' . $pluginItemUrl . "\n\n";

$mailbody .= "\n------------------------------\n";
$mailbody .= "\n$LANG08[34]\n";
Expand Down

0 comments on commit e89c9e3

Please sign in to comment.