Преглед на файлове

incorrect reference to get the switch to restart

Matthew Vale преди 9 години
родител
ревизия
cbc1689e96
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/install/install_first_time.php

+ 1 - 1
core/install/install_first_time.php

@@ -311,7 +311,7 @@ if(!$install_step) { $install_step = 'select_language'; }
 				$fusionPBX->install();
 				$switch->install();
 				$fusionPBX->app_defaults();
-				$detect_switch->restart_switch();
+				$switch->detect_switch->restart_switch();
 			}catch(Exception $e){
 				echo "</pre>\n";
 				echo "<p><b>Failed to install</b><br/>" . $e->getMessage() . "</p>\n";