multiple my
This commit is contained in:
parent
82bd1dba17
commit
2bb395557d
1 changed files with 1 additions and 1 deletions
|
|
@ -1924,7 +1924,7 @@ Lineage string.
|
|||
=cut
|
||||
|
||||
sub newByLineage {
|
||||
my $class = shift;
|
||||
my $self = shift;
|
||||
my $lineage = shift;
|
||||
my ($id,$class) = WebGUI::SQL->quickArray("select assetId, className from asset where lineage=".quote($lineage));
|
||||
return WebGUI::Asset->new($id, $class);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue