Support for downgraded TFS 7.72 (with accounts.number)

Part one
This commit is contained in:
slawkens
2021-06-09 01:54:05 +02:00
parent a5ccc794bc
commit eb091e487d
2 changed files with 47 additions and 6 deletions

View File

@@ -602,7 +602,7 @@ class OTS_Player extends OTS_Row_DAO
}
$account = new OTS_Account();
$account->load($this->data['account_id']);
$account->load($this->data['account_id'], false, true);
return $account;
}