fixed a typo
This commit is contained in:
parent
ad34cdee78
commit
4b2c3ed925
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ sub getAssets {
|
|||
$rs->execute([$self->{_isPublic},@{$self->{_params}}]);
|
||||
my @assets;
|
||||
while (my ($id, $class, $version) = $rs->array) {
|
||||
push(@ids, WebGUI::Asset->new($id, $class, $version));
|
||||
push(@assets, WebGUI::Asset->new($id, $class, $version));
|
||||
}
|
||||
return \@assets;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue