Replace with get('groups')

This commit is contained in:
slawkens
2025-03-16 08:43:18 +01:00
parent fddb18d412
commit 613b710d29
8 changed files with 8 additions and 8 deletions

View File

@@ -94,7 +94,7 @@ else if (isset($_REQUEST['search'])) {
?>
<div class="row">
<?php
$groups = new OTS_Groups_List();
$groups = app()->get('groups');
if ($id > 0) {
$account = new OTS_Account();
$account->load($id);