Update content.php

This commit is contained in:
FusionPBX 2019-05-25 23:43:33 -06:00 committed by GitHub
parent a56a62d00d
commit ac21fb14bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;