瀏覽代碼

corrected function name

Matthew Vale 9 年之前
父節點
當前提交
26c2a7d45c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/install/resources/classes/install_switch.php

+ 1 - 1
core/install/resources/classes/install_switch.php

@@ -188,7 +188,7 @@ include "root.php";
 			$this->write_progress("Install phase 1 completed for switch");
 		}
 
-		function install_phase_1() {
+		function install_phase_2() {
 			$this->write_progress("Install phase 2 started for switch");
 			$this->create_config_lua();
 			$this->restart_switch();