mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-16 18:53:26 +02:00
[WIP] App rewrite
This commit is contained in:
@@ -662,8 +662,9 @@ class OTS_Player extends OTS_Row_DAO
|
||||
//$groups = new DOMDocument();
|
||||
//$groups->load($path);
|
||||
|
||||
global $groups;
|
||||
$groups = app()->get('groups');
|
||||
$tmp = $groups->getGroup($this->data['group_id']);
|
||||
|
||||
if($tmp) {
|
||||
return $tmp;
|
||||
}
|
||||
|
Reference in New Issue
Block a user