mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Support for downgraded TFS 7.72 (with accounts.number)
Part one
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user