* adjust for client lang.

This commit is contained in:
wangyidong
2020-04-02 16:44:29 +08:00
parent 86935b5339
commit 3d2b9f29d9
@@ -3,6 +3,10 @@ class xuanxuanIm extends imModel
{
public function getExtensionList($userID)
{
$clientLang = $this->app->input['lang'];
$this->app->clientLang = $clientLang;
$this->app->loadLang('im');
$entries = array();
$baseURL = $this->getServer('zentao');