own3mall 8 년 전
부모
커밋
5b10ef8354
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/gamemanager/server_monitor.php

+ 1 - 1
modules/gamemanager/server_monitor.php

@@ -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){