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:
@@ -694,7 +694,8 @@ class comment
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$author_name = $data; //BC Fix.
|
$author_name = $data; //BC Fix.
|
||||||
|
$comment_share = 0; //BC Fix.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user