* fixed forum new post on mac os and some specific mysql versions

* fixed Account::getGuildAccess function
This commit is contained in:
slawkens
2017-10-13 15:30:29 +02:00
parent 9aed09d250
commit d95aea319e
3 changed files with 3 additions and 3 deletions

View File

@@ -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();