Pass type as scalar instead of a hashref to work around a bug in DBD::Pg version...
[freeside.git] / FS / FS / part_export_option.pm
index a0b19fd..33b5e5a 100644 (file)
@@ -115,7 +115,7 @@ sub check {
 
   #check options & values?
 
-  ''; #no error
+  $self->SUPER::check;
 }
 
 =back