mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-17 19:23:27 +02:00
Replace with get('groups')
This commit is contained in:
@@ -14,7 +14,7 @@ $title = 'Support in game';
|
||||
if(setting('core.account_country'))
|
||||
require SYSTEM . 'countries.conf.php';
|
||||
|
||||
$groups = new OTS_Groups_List();
|
||||
$groups = app()->get('groups');
|
||||
if(!$groups->count())
|
||||
{
|
||||
echo 'Error while reading groups.xml';
|
||||
|
Reference in New Issue
Block a user