Change new() function in plugins to avoid having to call _prepare_parameters() in...
[videosite.git] / videosite / Base.pm
index f6108f6..606d6f4 100644 (file)
@@ -15,6 +15,7 @@ sub new {
                 '_CONNECTORS' => sub { return ({ 'name' => 'direct',
                                                  'schemas' => {} }) },
                 '_CONNECTOR' => undef,
+                @_,
                };
     
     bless($self, $class);