[PATCH] testbot/web: Fix deleting old files when Submit goes back to page 1.

Francois Gouget fgouget at codeweavers.com
Mon Nov 26 21:04:27 CST 2018


Signed-off-by: Francois Gouget <fgouget at 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



More information about the wine-devel mailing list