Browse Source

corrected function name

Matthew Vale 9 năm trước cách đây
mục cha
commit
26c2a7d45c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();