[PATCH] testbot/web: Fix deleting old files when Submit goes back to page 1.
27 Nov
2018
27 Nov
'18
3:04 a.m.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> --- testbot/web/Submit.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/web/Submit.pl b/testbot/web/Submit.pl index 67c1f9b600..3b7da0636f 100644 --- a/testbot/web/Submit.pl +++ b/testbot/web/Submit.pl @@ -713,7 +713,7 @@ sub OnPage2Prev($) { my ($self) = @_; - my $FileName = $self->GetParam("File"); + my $FileName = $self->GetParam("FileName"); if ($FileName) { my $StagingFileName = $self->GetTmpStagingFullPath(basename($FileName)); -- 2.19.1
2663
Age (days ago)
2663
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget