* [bug#68924,done,1h] fix can't show files when case steps transfer bug.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user