diff options
author | mcrane <mctch@yahoo.com> | 2009-08-07 22:06:08 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-08-07 22:06:08 -0600 |
commit | 98325b248ebfc18b62eb9c2802c5c5a52174a573 (patch) | |
tree | e0128c6cbf3eae88bd43b7999a50453a66cccd0c | |
parent | 6d0ed517ac570b67e8b1ee1944931dc0287d3d39 (diff) | |
download | pfsense-packages-98325b248ebfc18b62eb9c2802c5c5a52174a573.tar.gz pfsense-packages-98325b248ebfc18b62eb9c2802c5c5a52174a573.tar.bz2 pfsense-packages-98325b248ebfc18b62eb9c2802c5c5a52174a573.zip |
FreeSWITCH dev package change name again from stage_2 to phase_2
-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 */ |