fix - [ 1216052 ] Can't copy polls

This commit is contained in:
Roy Johnson 2005-06-08 18:06:43 +00:00
parent 3902137184
commit b0f852df88

View file

@ -163,6 +163,7 @@ sub duplicate {
$newAsset->setVote($data->{answer}, $data->{userId}, $data->{ipAddress});
}
$sth->finish;
return $newAsset;
}
#-------------------------------------------------------------------