X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=videosite%2FNullGetter.pm;h=3a16c0cddbcb60b0c481514ff0f073ddb2ca3ecd;hb=58d2597498d4162e2a3811978f59be7bedf2f9b6;hp=27aa76e4d63717270abc0c982439798cc61a98f4;hpb=17bca93d2b471f5f099a4046297159a029989430;p=videosite.git diff --git a/videosite/NullGetter.pm b/videosite/NullGetter.pm index 27aa76e..3a16c0c 100644 --- a/videosite/NullGetter.pm +++ b/videosite/NullGetter.pm @@ -16,6 +16,7 @@ sub new { my $class = shift; my $self = $class->SUPER::new( NAME => 'nullgetter', + @_, ); return bless($self, $class);