Update content.php
This commit is contained in:
parent
157db18dc7
commit
f81aa98335
|
|
@ -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