bug fixes
This commit is contained in:
parent
a93a2d05d1
commit
8a656aece7
4 changed files with 39 additions and 6 deletions
|
|
@ -69,7 +69,8 @@ sub getPackageList {
|
|||
assetData.title desc
|
||||
");
|
||||
while (my ($id, $date, $class) = $sth->array) {
|
||||
push(@assets, WebGUI::Asset->new($id,$class,$date));
|
||||
my $asset = WebGUI::Asset->new($id,$class);
|
||||
push(@assets, $asset) if ($asset->get("isPackage"));
|
||||
}
|
||||
$sth->finish;
|
||||
return \@assets;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue