Skip to content

Commit

Permalink
Update mcp_user_controller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markussoeth authored Jan 21, 2023
1 parent 8253414 commit eb18cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/mcp_user_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ protected function change_flair($user_id, $change)
$action = $this->request->variable($change . '_flair', array('' => ''));
if (is_array($action))
{
foreach ($action as $id => $value)
foreach ($action as $id => $value)
{
}
}
Expand Down

0 comments on commit eb18cd8

Please sign in to comment.