From cc39ae48f17a192f252fe696bfb41b51d454954e Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 26 Jan 2026 10:09:41 +0800 Subject: [PATCH] * [bug#68924,done,1h] fix can't show files when case steps transfer bug. --- lib/zin/wg/fileselector/v1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/fileselector/v1.php b/lib/zin/wg/fileselector/v1.php index ecb97465e1..73c5faba3e 100644 --- a/lib/zin/wg/fileselector/v1.php +++ b/lib/zin/wg/fileselector/v1.php @@ -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)