Module: tools Branch: master Commit: b0277542085dc35746b313817a14818629c66a31 URL: http://source.winehq.org/git/tools.git/?a=commit;h=b0277542085dc35746b313817...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Dec 15 08:00:40 2017 +0100
testbot/web: Remove an unnecessary WineTestBot::Config prefix.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 b0c2d45..deacf90 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();