Update content.php
This commit is contained in:
parent
a56a62d00d
commit
ac21fb14bc
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue