mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
Replace with get('groups')
This commit is contained in:
@@ -58,7 +58,7 @@ if ($db->hasTable('players')) {
|
||||
$player_used = &$player_db;
|
||||
}
|
||||
|
||||
$groups = new OTS_Groups_List();
|
||||
$groups = app()->get('groups');
|
||||
$player_used->setGroupId($groups->getHighestId());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user