Fixed duplication problem.
This commit is contained in:
parent
3ef2402c63
commit
fd6b0dfeee
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ our $name = WebGUI::International::get(29,$namespace);
|
|||
sub duplicate {
|
||||
my ($sth, $file, @row, $newSubmissionId, $w);
|
||||
$w = $_[0]->SUPER::duplicate($_[1]);
|
||||
$w = WebGUI::Wobject::DownloadManager->new({wobjectId=>$w,namespace=>$namespace});
|
||||
$w = WebGUI::Wobject::UserSubmission->new({wobjectId=>$w,namespace=>$namespace});
|
||||
$w->set({
|
||||
groupToContribute=>$_[0]->get("groupToContribute"),
|
||||
submissionsPerPage=>$_[0]->get("submissionsPerPage"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue