Merge branch 'ent-11155-guardia-15439-problemas-al-carga-la-vista-de-tips' into 'develop'
Ent 11155 guardia 15439 problemas al carga la vista de tips See merge request artica/pandorafms!5866
This commit is contained in:
commit
4d3fe02601
|
@ -568,7 +568,7 @@ class TipsWindow
|
|||
}
|
||||
|
||||
$sql = sprintf(
|
||||
'SELECT id, name AS language, title, text, url, enable
|
||||
'SELECT id, id_language AS language, title, text, url, enable
|
||||
FROM twelcome_tip t
|
||||
LEFT JOIN tlanguage l ON t.id_lang COLLATE utf8mb4_unicode_ci = CONVERT(l.id_language USING utf8mb4) COLLATE utf8mb4_unicode_ci
|
||||
%s %s %s',
|
||||
|
|
Loading…
Reference in New Issue