Pārlūkot izejas kodu

corrected function name

Matthew Vale 9 gadi atpakaļ
vecāks
revīzija
26c2a7d45c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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();