diff --git a/files/inc/plugins/mysupport.php b/files/inc/plugins/mysupport.php index 1945730..186b84c 100755 --- a/files/inc/plugins/mysupport.php +++ b/files/inc/plugins/mysupport.php @@ -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