* zin: refactor prop method
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user