* Code for task #113950.

This commit is contained in:
王怡栋
2024-03-25 11:08:14 +08:00
parent 264bfdba65
commit 145463f1d8
12 changed files with 431 additions and 718 deletions
+1 -1
View File
@@ -487,7 +487,7 @@ class control extends baseControl
if($type == 'html')
{
parse_str($extras, $result);
$fields = $this->flow->buildExtendHtmlValue($object, zget($result, 'position', 'info'));
$fields = $this->flow->buildExtendHtmlValue($object, zget($result, 'position', 'info'));
}
else
{