nothing important

This commit is contained in:
slawkens 2023-03-19 14:34:29 +01:00
parent f24fc75b12
commit 79f7c3dbd4

View File

@ -103,6 +103,6 @@ if(!$error) {
<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>