Skip to content

Commit

Permalink
User Admin: fix submit button on Manage Permissions page
Browse files Browse the repository at this point in the history
  • Loading branch information
SKuipers committed Nov 2, 2024
1 parent 4969192 commit 7efd0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/User Admin/permission_manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
->append(sprintf(__('This form is very large and data will be truncated unless you edit php.ini. Add the line <i>max_input_vars=%1$s</i> to your php.ini file on your server.'), $total_vars_rounded));
} else {
$row = $form->addRow();
$row->addSubmit();
$row->addSubmit()->addClass('text-right');
}

echo $form->getOutput();
Expand Down

0 comments on commit 7efd0f0

Please sign in to comment.