|
|
@@ -69,7 +69,7 @@ function renderParam($param, $last_param, $param_access_enabled, $home_id)
|
|
|
$homes = $db->getHomesFor($dbTypeHomesStr, $_SESSION['user_id']);
|
|
|
|
|
|
// Move current home_id home_path to the front of the array so that it is selected by default if no other option has been selected.
|
|
|
- customShift($homes, "home_id", $home_id);
|
|
|
+ $homes = customShift($homes, "home_id", $home_id);
|
|
|
|
|
|
$inputElementString = "<select $idString name='params[" . $param['key'] . "{DEPENDS:other_game_server_path_additional}]'" . $disabledString . ">";
|
|
|
foreach($homes as $home){
|