* system is reserved word in MySQL5.7
This commit is contained in:
@@ -544,7 +544,7 @@ class customModel extends model
|
||||
$this->app->loadLang('custom');
|
||||
$lang = $this->app->getClientLang();
|
||||
|
||||
$langData = $this->dao->select('`key`, `value`, system')->from(TABLE_LANG)
|
||||
$langData = $this->dao->select('`key`, `value`, `system`')->from(TABLE_LANG)
|
||||
->where('lang')->eq($lang)
|
||||
->andWhere('module')->eq('custom')
|
||||
->andWhere('section')->eq('URSRList')
|
||||
|
||||
Reference in New Issue
Block a user