Skip to content

Commit

Permalink
Fix missing groups variable #262. thanks @Scrollog for reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Aug 12, 2024
1 parent 71c00aa commit 8d8bdb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/pages/accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
?>
<div class="row">
<?php
$groups = new OTS_Groups_List();
if ($id > 0) {
$account = new OTS_Account();
$account->load($id);
Expand Down

0 comments on commit 8d8bdb6

Please sign in to comment.