From ac21fb14bc6a7c51fa697b7d67d88fd29ec49467 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 25 May 2019 23:43:33 -0600 Subject: [PATCH] Update content.php --- app/basic_operator_panel/resources/content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/basic_operator_panel/resources/content.php b/app/basic_operator_panel/resources/content.php index e309678431..5bb47e1369 100644 --- a/app/basic_operator_panel/resources/content.php +++ b/app/basic_operator_panel/resources/content.php @@ -40,7 +40,7 @@ //add multi-lingual support $language = new text; - $text = $language->get(); + $text = $language->get(null,'app/basic_operator_panel'); //get the call activity $operator_panel = new basic_operator_panel;