* Fix bug #20439.
This commit is contained in:
@@ -524,6 +524,7 @@ class customModel extends model
|
||||
public function getURSRPairs()
|
||||
{
|
||||
$lang = $this->app->getClientLang();
|
||||
$lang = $lang == 'zh-tw' ? 'zh-cn' : $lang;
|
||||
$langData = $this->dao->select('`key`, `value`, `system`')->from(TABLE_LANG)
|
||||
->where('lang')->eq($lang)
|
||||
->andWhere('module')->eq('custom')
|
||||
|
||||
Reference in New Issue
Block a user