* Fix chart langs bug.

This commit is contained in:
wangyuting2
2023-04-28 15:00:36 +08:00
parent 34011cd91d
commit be82f90fd8
+1
View File
@@ -182,6 +182,7 @@ class chart extends control
$sql = str_replace(';', '', "$post->sql");
$fields = $post->fieldSettings;
$langs = !empty($post->langs) ? $post->langs : array();
if(is_string($langs)) $langs = json_decode($langs, true);
switch($type)
{