diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/freeswitch_dev/v_config.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index 7af037d4..22027e5b 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -3070,7 +3070,7 @@ function pkg_add($pkg_download_path, $pkg_name) } -function $v_php_install_stage_2() { +function v_php_install_phase_2() { global $config; global $tmp_dir; @@ -3433,8 +3433,7 @@ function v_php_install_command() //exec("fetch ".$download_path."mod_fax.so"); //download and install additional files - $v_php_install_stage_2(); - + v_php_install_phase_2(); /* freeswitch settings defaults */ |