mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Fix missing groups variable #262. thanks @Scrollog for reporting
This commit is contained in:
parent
71c00aa5e0
commit
8d8bdb6dac
@ -94,6 +94,7 @@ else if (isset($_REQUEST['search'])) {
|
|||||||
?>
|
?>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<?php
|
<?php
|
||||||
|
$groups = new OTS_Groups_List();
|
||||||
if ($id > 0) {
|
if ($id > 0) {
|
||||||
$account = new OTS_Account();
|
$account = new OTS_Account();
|
||||||
$account->load($id);
|
$account->load($id);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user