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

Francois Gouget fgouget at codeweavers.com
Mon Jun 9 05:28:31 CDT 2014


---
 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;
 }
 
-- 
2.0.0.rc2




More information about the wine-patches mailing list