From 59e61a7f59c6a26bb5fd697cf6ada1691957ee1d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 23 Feb 2019 17:06:09 -0700 Subject: [PATCH] Update app_config.php --- app/time_conditions/app_config.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/time_conditions/app_config.php b/app/time_conditions/app_config.php index 7ddbeb96d0..0f4f539d55 100644 --- a/app/time_conditions/app_config.php +++ b/app/time_conditions/app_config.php @@ -22,7 +22,7 @@ $apps[$x]['description']['nl-nl'] = ""; $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; - $apps[$x]['description']['pt-pt'] = "Chamada directa com base na hora do dia."; + $apps[$x]['description']['pt-pt'] = "Chamada directa com base na hora do dia."; $apps[$x]['description']['ro-ro'] = ""; $apps[$x]['description']['ru-ru'] = "Прямые вызовы на основании времени суток."; $apps[$x]['description']['sv-se'] = ""; @@ -65,6 +65,9 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "time_condition_domain"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "time_condition_context"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y=0;