subroutine name typo (duplcate vs duplicate)
This commit is contained in:
parent
92018e68cd
commit
d1d04fbcb9
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ sub definition {
|
|||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
sub duplcate {
|
||||
sub duplicate {
|
||||
my $self = shift;
|
||||
my $newAsset = $self->SUPER::duplicate(shift);
|
||||
my $sth = WebGUI::SQL->read("select * from Poll_answer where assetId=".quote($self->getId));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue