Skip to content

Commit

Permalink
fix: Naming mixup on Who's Online page
Browse files Browse the repository at this point in the history
  • Loading branch information
live627 committed May 24, 2022
1 parent 2dd19ee commit 2acb35b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Subs-CustomForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ function customform_whos_online(array $actions)

if (isset($actions['n'], $txt['customform_whoallow_' . $actions['n']]))
return $txt['customform_whoallow_' . $actions['n']];

return $txt['who_hidden'];
}

function customform_list_classes()
Expand Down

0 comments on commit 2acb35b

Please sign in to comment.