1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Fixes #5111 - Comments without ajax PHP8 error.

This commit is contained in:
camer0n
2023-11-22 12:27:25 -08:00
parent afd72ff7cb
commit 9285c24e86

View File

@@ -694,7 +694,8 @@ class comment
} }
else else
{ {
$author_name = $data; //BC Fix. $author_name = $data; //BC Fix.
$comment_share = 0; //BC Fix.
} }