* adjust for client lang.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user