Make get_property_list API compatible with get_attribute_list, by returning an array.
This commit is contained in:
parent
64fc4a231d
commit
5b5d4783d0
2 changed files with 7 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ sub get_property_list {
|
|||
$meta->get_attributes # All attributes
|
||||
;
|
||||
}
|
||||
return \@properties;
|
||||
return @properties;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue