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