* zin: refactor prop method

This commit is contained in:
Hao Sun
2023-02-15 17:42:34 +08:00
parent 5f123b6db8
commit 982fd07a64
+1 -1
View File
@@ -215,7 +215,7 @@ class wg
$values = array();
foreach($name as $propName)
{
$values[$propName] = $this->props->get($propName);
$values[] = $this->props->get($propName);
}
return $values;
}