diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php index 578859fdd..11d2fcd7e 100644 --- a/e107_handlers/comment_class.php +++ b/e107_handlers/comment_class.php @@ -694,7 +694,8 @@ class comment } else { - $author_name = $data; //BC Fix. + $author_name = $data; //BC Fix. + $comment_share = 0; //BC Fix. }