mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 00:41:52 +02:00
Fixes #5111 - Comments without ajax PHP8 error.
This commit is contained in:
@@ -694,7 +694,8 @@ class comment
|
||||
}
|
||||
else
|
||||
{
|
||||
$author_name = $data; //BC Fix.
|
||||
$author_name = $data; //BC Fix.
|
||||
$comment_share = 0; //BC Fix.
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user