[PATCH] testbot/web: Remove an unnecessary WineTestBot::Config prefix.

Francois Gouget fgouget at codeweavers.com
Fri Dec 15 01:00:40 CST 2017


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/index.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/index.pl b/testbot/web/index.pl
index b0c2d450..deacf909 100644
--- a/testbot/web/index.pl
+++ b/testbot/web/index.pl
@@ -277,7 +277,7 @@ sub GenerateBody($)
   my $JobsCollectionBlock = new JobStatusBlock($Jobs, $self);
   $JobsCollectionBlock->GenerateList();
 
-  if ($WineTestBot::Config::JobArchiveDays != 0)
+  if ($JobArchiveDays != 0)
   {
     my $PropertyDescriptor = $Jobs->GetPropertyDescriptorByName('Id');
     my $MaxIdLength = $PropertyDescriptor->GetMaxLength();
-- 
2.15.1



More information about the wine-devel mailing list