summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-05-04 12:15:46 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-05-04 12:15:46 +0200
commit9ad6da3da0ff12062aea8a11d11099e87c6acc3b (patch)
tree14b6024263d9eed121654451f93a158cf69aebaa /install.php
parent3c86d7c93eae19fe1921ee3da001a182f895dfa2 (diff)
downloadrpg-9ad6da3da0ff12062aea8a11d11099e87c6acc3b.tar.gz
rpg-9ad6da3da0ff12062aea8a11d11099e87c6acc3b.tar.bz2
keep chosen language on retry in installer FS#1396
darcs-hash:20080504101546-7ad00-eb1c14380c3e2e517ca9485adf3dadddc07e6992.gz
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>