mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
corrected use of detect
This commit is contained in:
@@ -311,7 +311,7 @@ if(!$install_step) { $install_step = 'select_language'; }
|
||||
$fusionPBX->install();
|
||||
$switch->install();
|
||||
$fusionPBX->app_defaults();
|
||||
$switch->detect_switch->restart_switch();
|
||||
$switch_detect->restart_switch();
|
||||
}catch(Exception $e){
|
||||
echo "</pre>\n";
|
||||
echo "<p><b>Failed to install</b><br/>" . $e->getMessage() . "</p>\n";
|
||||
|
||||
Reference in New Issue
Block a user