소스 검색

Update index.php (#4653)

chansizzle 6 년 전
부모
커밋
f42d5d511e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/upgrade/index.php

+ 1 - 1
core/upgrade/index.php

@@ -247,7 +247,7 @@
 	echo "</form>\n";
 
 	echo "<br /><br />";
-	if (is_array($_SESSION["response"])) {
+	if (!empty($_SESSION["response"]) && is_array($_SESSION["response"])) {
 		foreach($_SESSION["response"] as $part => $response){
 			echo "<b>". $text["label-results"]." - ".$text["label-${part}"]."</b>";
 			echo "<br /><br />";