Remove the conflict install language is set with the radio buttons.

This commit is contained in:
markjcrane 2016-03-26 13:14:57 -06:00
parent 9c49a0ce54
commit 883a0ecdeb
1 changed files with 1 additions and 2 deletions

View File

@ -202,11 +202,10 @@
if($install_step == 'select_language'){
echo " <form method='post' name='frm' action=''>\n";
include "resources/page_parts/install_select_language.php";
echo " <input type='hidden' name='install_language' value='".$_SESSION['domain']['language']['code']."'/>\n";
echo " <input type='hidden' name='return_install_step' value='select_language'/>\n";
echo " <input type='hidden' name='install_step' value='detect_config'/>\n";
echo " <div style='text-align:right'>\n";
echo " <input type='submit' class='btn' id='next'>".$text['button-next']."</button>\n";
echo " <input type='submit' class='btn' id='next' value='".$text['button-next']."'>\n";
echo " </div>\n";
echo "</form>\n";
} elseif($install_step == 'detect_config'){