* [bug#68924,done,1h] fix can't show files when case steps transfer bug.

This commit is contained in:
tianshujie
2026-01-26 10:09:41 +08:00
parent 1cf0abdd35
commit cc39ae48f1
+1 -1
View File
@@ -97,7 +97,7 @@ class fileSelector extends wg
$this->setProp('name', $name . '[]');
}
if($this->hasProp('defaultFiles') && $this->hasProp('extra'))
if($this->prop('defaultFiles') && $this->prop('extra'))
{
$defaultFiles = array();
foreach($this->prop('defaultFiles') as $file)