mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
locale file & thank api
This commit is contained in:
@@ -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()){
|
||||
|
||||
Reference in New Issue
Block a user