Module: tools Branch: master Commit: 9bfab74f78f79fd0829af32a702dca166a6594ab URL: http://source.winehq.org/git/tools.git/?a=commit;h=9bfab74f78f79fd0829af32a7...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu May 1 14:22:25 2014 +0200
testbot/web: ObjectModel::CGI::Page::initialize() does not take a Collection argument.
---
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 cfe966b..d0ba188 100644 --- a/testbot/web/index.pl +++ b/testbot/web/index.pl @@ -196,7 +196,7 @@ sub _initialize { my $self = shift;
- $self->SUPER::_initialize(@_, CreateJobs()); + $self->SUPER::_initialize(@_); }
sub OutputDot