nothing important

This commit is contained in:
slawkens
2023-05-29 10:09:21 +02:00
parent 9cc60983d0
commit dce0ac2f8f
3 changed files with 4 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ if(!$error) {
<div class="text-center m-3">
<form action="<?php echo BASE_URL; ?>install/" method="post">
<input type="hidden" name="step" id="step" value="admin" />
<?php echo next_buttons(true, $error ? false : true);
<?php echo next_buttons(true, !$error);
?>
</form>
</div>