* Fix bug 19941 19923 19922 19787.

This commit is contained in:
zhengrunyu
2022-02-25 11:01:31 +08:00
parent bdaf8ced98
commit b641170d85
11 changed files with 15 additions and 11 deletions

View File

@@ -2039,6 +2039,9 @@ class execution extends control
$userList[$account]['realname'] = $users[$account];
$userList[$account]['avatar'] = $avatar;
}
$userList['closed']['account'] = 'Closed';
$userList['closed']['realname'] = 'Closed';
$userList['closed']['avatar'] = '';
/* Get execution's product. */
$productID = 0;