* [story#66942] fix error.

This commit is contained in:
qixinzhi
2024-09-11 16:20:59 +08:00
committed by 周鑫
parent d0ee97b142
commit 694265bf11
+1 -1
View File
@@ -1621,7 +1621,7 @@ class biModel extends model
{
if(!is_array($item))
{
$text = $item->key == 'story' ? $this->lang->pivot->story : $item->text;
$text = $item->key == 'story' ? $this->lang->story->common : $item->text;
$tableList[$item->key] = $text;
continue;
}