locale file & thank api

This commit is contained in:
xiaomlove
2022-02-21 00:14:52 +08:00
parent 3a357f1534
commit 7409e90875
14 changed files with 60 additions and 8 deletions

View File

@@ -2933,7 +2933,7 @@ function commenttable($rows, $type, $parent_id, $review = false)
{
// $userRow = get_user_row($row['user']);
$userInfo = $userInfoArr->get($row['user']);
$userRow = $userInfo->toArray();
$userRow = empty($userInfo) ? [] : $userInfo->toArray();
if ($count>=1)
{
if ($Advertisement->enable_ad()){