diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/freeswitch_dev/v_config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index aa2a26dc..2c5aebcf 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -37,7 +37,7 @@ require_once('service-utils.inc'); //preferences $v_label_show = true; $v_path_show = true; - $v_menu_show = true; + $v_menu_tab_show = true; function v_settings() |