summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.php b/install.php
index d7a7c04e1..faadb5082 100644
--- a/install.php
+++ b/install.php
@@ -201,9 +201,11 @@ function print_form($d){
function print_retry() {
global $lang;
+ global $LC;
?>
<form action="" method="get">
<fieldset>
+ <input type="hidden" name="l" value="<?php echo $LC ?>" />
<input class="button" type="submit" value="<?php echo $lang['i_retry'];?>" />
</fieldset>
</form>