[WIP] App rewrite

This commit is contained in:
slawkens
2025-03-09 22:39:16 +01:00
parent c336569684
commit c357f392a0
12 changed files with 59 additions and 30 deletions

View File

@@ -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;
}