mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* fixed forum new post on mac os and some specific mysql versions
* fixed Account::getGuildAccess function
This commit is contained in:
@@ -878,7 +878,7 @@ class OTS_Account extends OTS_Row_DAO implements IteratorAggregate, Countable
|
||||
$access = 0;
|
||||
|
||||
// finds ranks of all characters
|
||||
foreach($account as $player)
|
||||
foreach($this->getPlayersList() as $player)
|
||||
{
|
||||
$rank = $player->getRank();
|
||||
|
||||
|
Reference in New Issue
Block a user