Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/inc/plugins/mysupport.php
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,7 @@ function mysupport_modcp_support_denial()
if(!empty($mysupport_cache['deniedreasons']))
{
// if there's one or more reasons set, show them in a dropdown
foreach($mysupport_cache['deniedreasons'] as $deniedreasons)
foreach($mysupport_cache['deniedreasons'] as $deniedreason)
{
$selected = "";
// if a reason has been given, we'd be editing it, so this would select the current one
Expand Down