Francois Gouget : testbot/CGI: The Page constructor must pass the full extra arguments list to the _initialize () method.

Alexandre Julliard julliard at winehq.org
Thu Jun 12 11:29:29 CDT 2014


Module: tools
Branch: master
Commit: 6613e1526b41a50068c08147f4a65a144db37b19
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=6613e1526b41a50068c08147f4a65a144db37b19

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Jun  9 12:28:31 2014 +0200

testbot/CGI: The Page constructor must pass the full extra arguments list to the _initialize() method.

---

 testbot/lib/ObjectModel/CGI/Page.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/ObjectModel/CGI/Page.pm b/testbot/lib/ObjectModel/CGI/Page.pm
index 8bbd1ae..6b2276d 100644
--- a/testbot/lib/ObjectModel/CGI/Page.pm
+++ b/testbot/lib/ObjectModel/CGI/Page.pm
@@ -45,7 +45,7 @@ sub new
               ErrField => undef};
   $self = bless $self, $class;
   $self->{PageBase} = &$PageBaseCreator($self, @_);
-  $self->_initialize($Request, $RequiredRole);
+  $self->_initialize(@_);
   return $self;
 }
 




More information about the wine-cvs mailing list