Skip to content

Commit

Permalink
MDL-81989 install: move footer print funtion into container
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Jun 4, 2024
1 parent aa23064 commit d9e8e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.php
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@
if ($hint_database !== '') {
echo '<div class="alert alert-danger">'.$hint_database.'</div>';
}
echo '</div>';
install_print_footer($config);
echo '</div>';
die;
}

Expand Down Expand Up @@ -613,9 +613,9 @@
echo '</div>';
}

install_print_footer($config);
echo '</div>';

install_print_footer($config);
die;
}

Expand Down

0 comments on commit d9e8e1b

Please sign in to comment.