- Fix properties interitance for GrabberBase and GetterBase
[videosite.git] / videosite / GrabberBase.pm
index eec5a33..ad0b1e7 100644 (file)
@@ -9,7 +9,9 @@ use strict;
 
 sub new {
     my $class = shift;
-    my $self = {
+    my $self = $class->SUPER::new();
+
+    $self = {%{$self},
         NAME => 'FlashGrab',
         TYPE => 'grabber',
         PATTERNS => [],