Update content.php

This commit is contained in:
FusionPBX 2019-05-25 23:43:33 -06:00 committed by GitHub
parent 157db18dc7
commit f81aa98335
1 changed files with 1 additions and 1 deletions

View File

@ -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;