Skip to content

Commit

Permalink
Fixes #5111 - Comments without ajax PHP8 error.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Nov 22, 2023
1 parent afd72ff commit 9285c24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e107_handlers/comment_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,8 @@ function enter_comment($data, $comment='', $table='', $id='', $pid='', $subject=
}
else
{
$author_name = $data; //BC Fix.
$author_name = $data; //BC Fix.
$comment_share = 0; //BC Fix.
}


Expand Down

0 comments on commit 9285c24

Please sign in to comment.