Fix missing groups variable #262. thanks @Scrollog for reporting

This commit is contained in:
slawkens 2024-08-12 22:54:23 +02:00
parent 71c00aa5e0
commit 8d8bdb6dac

View File

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